NativeDialogs
NativeDialogs copied to clipboard
NativeListDialog not working on iOs7
I can confirm this bug. It is happening in other native dialog ANEs as well, seems to be something on Apple's end. For the time being, I have created a Flex-based alternative to be used on iOS 7 only.
thanx for that.I had talked to x-code developers.they are telling we can not add sub view in iOs 7.
I just updated to the latest build and it this issue is fixed. To get the iOS 7 list, though, it seems as if you need to use NativeListDialog.defaultIOSTheme = NativeListDialog.IOS_PICKER_THEME;
thanks a lot.I'll use it.