Added new ways to specify views to ignore, along with assorted other improvements.#1
Open
amolloy wants to merge 9 commits intomichaeltyson:masterfrom
Open
Added new ways to specify views to ignore, along with assorted other improvements.#1amolloy wants to merge 9 commits intomichaeltyson:masterfrom
amolloy wants to merge 9 commits intomichaeltyson:masterfrom
Conversation
added 9 commits
September 25, 2012 15:20
…ents and all ivars.
… wish TPMultiLayoutViewController to descend into.
…recommends against its use in earlier versions of iOS. Also, keep references to the portrait and landscape views around as they may be useful to subclasses.
Owner
|
Oops! I'm so sorry, @amolloy, I totally missed this - I haven't looked at this project in years =) I'd be happy to merge this, still, unless you closed the request 'cos of problems. |
Author
|
No problem, I understand! I just closed it because I was purging a bunch of old pull requests. I've re-opened it so you can merge it if you'd like. To be honest I'm not using it anymore, though, so it's not a problem for me if you choose not to. FWIW, I do have an app in the store which uses it with these changes and haven't gotten any complaints, though it is has a pretty small user base. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've added a couple new ways to tell TPMultiLayoutViewController to ignore views:
This pull request also updates the code to use ARC, and adds support for animating between the layouts.