PSStoreButton icon indicating copy to clipboard operation
PSStoreButton copied to clipboard

setFrame seems to be called recursively

Open toharz opened this issue 12 years ago • 1 comments

using PSStoreButton on iOS5 with XCode 4.6.1 using PSStoreButton in UITableViewCell with accessoryView

issue: setFrame:(CGRect)aRect will be called recursively it seems that code line aLayer.frame = rect is causing the recursively call

toharz avatar Mar 25 '13 12:03 toharz

Possible. Haven't had a need for this code in a long time. Feel free to submit a pull request.

steipete avatar Mar 25 '13 12:03 steipete