[TIMOB-25800] iOS11: Support new property " contentInsetAdjustmentBehavior" of scrollview
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Vijay Singh |
| Assignee | Vijay Singh |
| Created | 2018-02-23T04:11:30.000+0000 |
| Updated | 2018-02-23T04:15:33.000+0000 |
Description
Apple has deprecated property "automaticallyAdjustsScrollViewInsets" of UIViewController which we support as window property [autoAdjustScrollViewInsets](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.Window-property-autoAdjustScrollViewInsets) and introduced new property for scrollView "contentInsetAdjustmentBehavior" in iOS 11.
Let's expose this new property to developer.
No comments