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

Migrate to AutoLayout, drop support for old iOS versions #1

Closed
jlnr opened this issue Jul 18, 2016 · 1 comment
Closed

Migrate to AutoLayout, drop support for old iOS versions #1

jlnr opened this issue Jul 18, 2016 · 1 comment

Comments

@jlnr
Copy link
Member

jlnr commented Jul 18, 2016

Not really an enhancement per se, but the layout code in MovieViewController is very inefficient.

MovieDict deploys down to iOS 5.1.1 because that's the lowest target version you can use on the App Store (for now) and in Xcode 7.

When Xcode 8 hits the App Store and only supports targeting iOS 8.0+, this app would make a nice testbed for some newer APIs.

@jlnr
Copy link
Member Author

jlnr commented Sep 17, 2016

Progress:

  • Drop support and checks for everything before iOS 9
  • Move to UISplitViewController for iPad version #2
  • Rewrite MovieViewController
  • Fix IMDb/Wikipedia buttons
  • Fix Pleco buttons
  • Fix SuggestionView on iPhone

jlnr added a commit that referenced this issue Sep 17, 2016
jlnr added a commit that referenced this issue Sep 17, 2016
jlnr added a commit that referenced this issue Sep 17, 2016
jlnr added a commit that referenced this issue Sep 17, 2016
jlnr added a commit that referenced this issue Sep 18, 2016
@jlnr jlnr closed this as completed in c36feed Sep 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant