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

Added completion handler to setupInitialViewState #27

Merged

Conversation

philippeauriach
Copy link
Contributor

Useful when you need to bring a subview to front after initial setup.

For my case, I have a 'add' button on top of the view controller, so I have to perform bringSubviewToFront(myButton) after each stateFullViewController operation. startloading and endLoading both have their completion block param, I figured setupInitialViewState deserved one too.

@aschuch
Copy link
Owner

aschuch commented Jun 15, 2016

Looks good! Thanks 🙌

@aschuch aschuch merged commit a82e45a into aschuch:master Jun 15, 2016
@philippeauriach philippeauriach deleted the setupInitialViewState-completion branch June 16, 2016 09:05
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.

2 participants