[TIMOB-8995] IOS: Add paging control customization
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-05-15T14:10:46.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-10 API |
Components | iOS |
Labels | api, module_pagingcontrol, qe-testadded |
Reporter | Vishal Duggal |
Assignee | Sabil Rahim |
Created | 2012-05-04T10:21:41.000+0000 |
Updated | 2013-12-03T10:42:12.000+0000 |
Description
Need the following customizations to paging control on IOS
1. Placement of paging control - TOP + BOTTOM (Right now only bottom is supported)
2. Ability to allow paging control to overlap views (Right now it never overlaps)
Top, bottom, overlapping are all doable. Vertical orientation and left and right are not. Background color of the rectangle is doable. Selected and unselected color, and shape, are not.
Test case
Closing issue Tested with Ti Studio build 2.1.0.201206111802 Ti Mobile SDK 2.1.0.v20120612102301 hash refeef019 OSX Lion 10.7.3 iPhone 4S OS 5.1 Verified that the example code showed the expected behavior of changing the opacity, location, and overlay of the paging control
anvil test case added. PR link: https://github.com/appcelerator/titanium_mobile/pull/4943