So, I have a UITextField subclass which is it\'s own Delegate and is crashing when keyboard shortcuts are used. It maxes out on CPU an
UITextField
Delegate
CPU
Problem solved by changing the delegate to the object which inits my text view.