Guillermo Sáenz
Results
5
comments of
Guillermo Sáenz
This is because the XIB calls initWithCoder and not initWithFrame. Just add this below initWithFrame ``` - (id)initWithCoder:(NSCoder *)aDecoder { self = [super initWithCoder:aDecoder]; if (self) { // Custom Setup...
Thanks for the quick reply @xissburg, I have edit my issue with more data and a test project. Please fork it and tell me if it's a problem with my...
Have you tried cliptobounds?