UrbanApps / UAModalPanel

An animated modal panel alternative for iOS

Home Page:http://code.coneybeare.net/uamodalpanel-an-open-source-modal-panel-alter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 4 Compatibility broken?

touchbee opened this issue · comments

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.

Yup. I haven't gotten around to fixing it. If you do, please submit a pull-request.