Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24991] iOS: Remove Ti.UI.DashboardView from the core, distribute as module

GitHub Issuen/a
TypeBug
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid, iOS
Labelsn/a
ReporterHans Knöchel
AssigneeKota Iguchi
Created2017-07-21T01:42:53.000+0000
Updated2017-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();
Example (after):
var Dashboard = require('ti.dashboard');
var myDashboardView = Dashboard.createView();

Comments

  1. Kota Iguchi 2017-09-07

    Just removed Windows platform from affected Components because it is not implemented on Windows.

JSON Source