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

iPhone 6 and 6+ support #11

Closed
wants to merge 4 commits into from

Conversation

robertibiris
Copy link

Updated project and demo to XCode6 usage with auto-layout and size classes in order to fit new iPhone sizes (iPhone6, iPhone6+). Tested on the simulator for both devices, both in portrait and landscape. Now we should be able use the Pod with our brand new devices without suffering any UI layout issues =)

NOTE: version has been bumped to 0.2.0

Specific stuff include:
-Updated nib views for iPhone 6 layouts (auto-layout, size classes)
-Added launch screen nib
-Updated project settings to use the new launch screen nib instead of splash image
-Fixed hiding/showing camera controls UI behaviour. Since now we use auto-layout: animating them out of screen is not enough to make them disappear: now we fade them out as well.
-Fixed layout for landscape mode for both the demo and the library (in case project is ever updated to work in landscape, it should resize and reposition automatically OK)

Roberto Arreaza added 4 commits March 4, 2015 15:49
-added launch screen nib
-updated project settings to use the new launch screen nib instead of splash image
-fixed hiding/showing camera controls UI behaviour. Since now we use auto-layout: animating them out of screen is not enough
-fixed layout for landscape mode for both the demo and the library (in case project is ever updated to work in landscape, it should resize and reposition automatically OK)
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

Successfully merging this pull request may close these issues.

1 participant