You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: