Re: When to remove Gesture Recognizers

2016-02-24 Thread Quincey Morris
On Feb 24, 2016, at 12:17 , Dave wrote: > > I’m adding a Gesture Recognizer to a view in the awakeFromNIB method. This > works ok but I’m getting crashes sometimes and I’m wonder it its because I’m > not removing it? If so, when is the best place to call >

When to remove Gesture Recognizers

2016-02-24 Thread Dave
Hi All, I’m adding a Gesture Recognizer to a view in the awakeFromNIB method. This works ok but I’m getting crashes sometimes and I’m wonder it its because I’m not removing it? If so, when is the best place to call RemoveGestureRecognizer? Thanks a lot All the Best Dave