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

Make 'topViewController' method public #43

Merged
merged 2 commits into from Jan 21, 2016

Conversation

AnthonyMDev
Copy link
Contributor

This method should be public, like it is on UINavigationController.

*
* @return A `UIViewController`
*/
- (UIViewController *)topViewController;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for late reply.
Can you make it a readonly property instead of a method. It would be nicer to make it as a property.

@AnthonyMDev
Copy link
Contributor Author

Done!

kevin-lyn added a commit that referenced this pull request Jan 21, 2016
Make 'topViewController' method public
@kevin-lyn kevin-lyn merged commit 0429a9b into kevin-lyn:master Jan 21, 2016
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.

None yet

2 participants