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
Just ran this nice little library on an iOS 4.3 device and noticed a crash:
In the actionButton method of UAModalPanel: -[UIImage resizableImageWithCapInsets:]: unrecognized selector sent to instance
[UIImage resizableImageWithCapInsets] is iOS 5+ only.
The text was updated successfully, but these errors were encountered:
Yup. I haven't gotten around to fixing it. If you do, please submit a pull-request.
Sorry, something went wrong.
No branches or pull requests
Just ran this nice little library on an iOS 4.3 device and noticed a crash:
In the actionButton method of UAModalPanel:
-[UIImage resizableImageWithCapInsets:]: unrecognized selector sent to instance
[UIImage resizableImageWithCapInsets] is iOS 5+ only.
The text was updated successfully, but these errors were encountered: