We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thoughts on adding a method that tells the user if a Screen was presented from the "More" tab in a UITabBarController?
Basically:
def more? self.parentViewController.is_a?(UIMoreNavigationController) end
Thoughts on the name of the method? This will likely be untestable 😢
The text was updated successfully, but these errors were encountered:
Will self.parentViewController always be present, or should we protect against nil ? Otherwise, I'm good with this.
self.parentViewController
nil
Sorry, something went wrong.
No branches or pull requests
Thoughts on adding a method that tells the user if a Screen was presented from the "More" tab in a UITabBarController?
Basically:
Thoughts on the name of the method? This will likely be untestable 😢
The text was updated successfully, but these errors were encountered: