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
noticed this when my modals using RBStoryboardModalSegue were taking abnormally long.
line 148 of RBStoryboardLink.m "self.preferredContentSize = scene.preferredContentSize;" is causing the second to be loaded
The text was updated successfully, but these errors were encountered:
i will pull request the question
Sorry, something went wrong.
rob-brown#45 Fix to retrieve modal presentation attributes
21f65c2
rob-brown#46 Fix double times initWithDecoder
Works for me.
thanks
Merge pull request #48 from zhfish/pr
7c743b4
#45 #46
No branches or pull requests
noticed this when my modals using RBStoryboardModalSegue were taking abnormally long.
line 148 of RBStoryboardLink.m "self.preferredContentSize = scene.preferredContentSize;" is causing the second to be loaded
The text was updated successfully, but these errors were encountered: