You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use XLForm in an app extension. It's not possible yet, because UIActionSheet and UIAlertView are unavailable. You would have to use UIAlertController instead. What would you advise on how to fix this?
Keep the iOS 7 deployment target of XLForm and work with ifdef macros, or just replace the code with iOS 8 API?
The text was updated successfully, but these errors were encountered:
I would like to use XLForm in an app extension. It's not possible yet, because
UIActionSheet
andUIAlertView
are unavailable. You would have to useUIAlertController
instead. What would you advise on how to fix this?Keep the iOS 7 deployment target of XLForm and work with ifdef macros, or just replace the code with iOS 8 API?
The text was updated successfully, but these errors were encountered: