Open raphneve opened 11 years ago
More than likely it's because the apropos
object is autoreleased. I'd try to either create a property of type AproposView
of your class that you're calling this code, or better yet, abstract your view to its own class so you can initialize it without needing to create a VC object.
Hi there, and thanks for a nifty component. I am using the following code to present a custom view :
In the AproposView, I have a button, which when I press generates an EXC_BAD_ACCESS message. I also tried other methods such as putting a tapgesture on an UIImageView but the result was the same.
Any pointers appreciated !