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

changeSGProgressWithTitle restores the wrong navigation view controller title #6

Open
aporat opened this issue Oct 25, 2013 · 2 comments

Comments

@aporat
Copy link

aporat commented Oct 25, 2013

if a modal view controller with a title is presented from a main view controller, and then changeSGProgressWithTitle is called on the main view controller, the title of the presented view controller is restored instead of the title of the main controller.

either finishSGProgress or cancelSGProgress will cause that

@vladimirGI
Copy link

the issue happens to be even when i push a new view into the nav controller. based on my understanding the issue happens due an animations in finishSGProgress & finishSGProgress. THe title is restored on animation complete calllback. I would solve this by adding a call back for cancelSGProgress method.
any insights/comments...

thanks,

@JohnWong
Copy link

I have fixed it in my forked repository: https://github.com/johnwong/SGNavigationProgress

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

No branches or pull requests

3 participants