-
Notifications
You must be signed in to change notification settings - Fork 109
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
Drop iOS 7 support. Anyone mind? #24
Comments
bad idea still 12% use ios7 |
Good idea. Also you need to customize 'Grant/No Grand' buttons. Currently 'No Grand' is bold, that's not good. We need to highlight 'Grant' button of alert. And its time to go to SWIFT |
I haven't found time to work on this lately, but have been meaning to get back into it and make some updates. I think at this point, dropping iOS 7 makes sense. However, as fun as Swift is, it's NOT a good idea to be writing a library in Swift. First, you have to deal with the language changing (from 2.3 to 3.0 to 4.0), which will cause a lot of headaches as a library developer (do I maintain branches of the code for each version of Swift?). Additionally, it requires that the app using the library has to now ship with the swift runtime. Until Swift stabilizes its ABI (and ships the runtime as part of the OS, so we don't have to include it), it's an unnecessary burden that developers have to put up with. |
With Xcode 7 no longer supporting iOS 7 simulators, I think the writing is on the wall for iOS 7 support. Also, since June 1, 2015, we have been required to submit our apps with at least the iOS 8 SDK.
The text was updated successfully, but these errors were encountered: