[TIMOB-20032] iOS: Ti.UI.ScrollableView.showPagingControl does not work
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2015-11-22T00:25:04.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 5.1.0 |
| Components | n/a |
| Labels | Community |
| Reporter | Kosuke Isobe |
| Assignee | Eric Merriman |
| Created | 2015-11-10T07:17:38.000+0000 |
| Updated | 2017-03-22T21:59:54.000+0000 |
Description
showPagingControl property does not work on Titanium SDK 5.1.0.v20151104190037.
e.g.
var win = Ti.UI.createWindow(),
view0 = Ti.UI.createView({
backgroundColor: 'red'
}),
view1 = Ti.UI.createView({
backgroundColor: 'green'
}),
view2 = Ti.UI.createView({
backgroundColor: 'blue'
}),
scrollableview = Ti.UI.createScrollableView({
views: [
view0,
view1,
view2
],
showPagingControl: false
});
win.add(scrollableview);
win.open();
*SDK 4.0.0.GA*
[^4.0.0.GA.png]
*SDK 5.1.0.v20151104190037*
[^5.1.0.v20151104190037.png]
Attachments
| File | Date | Size |
|---|---|---|
| 4.0.0.GA.png | 2015-11-10T07:15:30.000+0000 | 67381 |
| 5.1.0.v20151104190037.png | 2015-11-10T07:15:30.000+0000 | 67339 |
Hi , Thanks for your concern. Could you please include details *Description* , *Steps to reproduce* and test *Environment* such as Node.js Version ,npm Version ,Target Platform and Operating System ? Thanks
I added environment and description.
Closing ticket as duplicate and links to the related ticket has been provided above.