Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with App Extensions #357

Closed
tobihagemann opened this issue May 20, 2015 · 1 comment
Closed

Compatibility with App Extensions #357

tobihagemann opened this issue May 20, 2015 · 1 comment

Comments

@tobihagemann
Copy link
Contributor

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?

@tobihagemann
Copy link
Contributor Author

Any word on this? I just have to know if you're staying with iOS 7. :D If yes, I can do some ifdef macro action. :)

mats-claassen added a commit that referenced this issue May 31, 2016
Fixed #357 by adding XL_APP_EXTENSIONS macro so that XLForm can be used in App Extensions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant