[TIMOB-24991] iOS: Remove Ti.UI.DashboardView from the core, distribute as module
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | None | 
| Status | Open | 
| Resolution | Unresolved | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | Android, iOS | 
| Labels | n/a | 
| Reporter | Hans Knöchel | 
| Assignee | Kota Iguchi | 
| Created | 2017-07-21T01:42:53.000+0000 | 
| Updated | 2017-09-07T04:54:54.000+0000 | 
Description
	As part of the engineering week decisions, we will deprecate 
Ti.UI.DashboardView in 7.0.0 and remove it in 8.0.0. Instead, it will be moved to the Ti.Dashboard module be used the same way as before.
Example (before):
var myDashboardView = Ti.UI.createDashboardView();
var Dashboard = require('ti.dashboard');
var myDashboardView = Dashboard.createView();
Just removed
Windowsplatform from affectedComponentsbecause it is not implemented on Windows.