[TIMOB-17805] iOS8: Refactor Popover
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-10-14T19:35:29.000+0000 |
Affected Version/s | Release 3.4.0 |
Fix Version/s | Release 3.4.2, Release 3.5.0, Release 4.0.0 |
Components | iOS |
Labels | ios8, module_popover |
Reporter | Vishal Duggal |
Assignee | Vishal Duggal |
Created | 2014-09-29T22:16:03.000+0000 |
Updated | 2017-03-16T21:46:23.000+0000 |
Description
iOS8 has moved over AlertDialog and OptionDialog to UIAlertController
Also the correct way to show popovers is now to set the modalPresentationStyle to UIModalPresentationPopover
Titanium needs to refactor these three proxy classes. Will probably also need to change the supported API.
Pull pending master - https://github.com/appcelerator/titanium_mobile/pull/6217 3_4_X - https://github.com/appcelerator/titanium_mobile/pull/6219
Closing ticket as the issue has been fixed.