We have the same problems in our project.I guess it's because we used 'inputAccessoryView' wrong way.I used it by method override. In that method, I checked some cconditions for returning inputAccessoryView.Depends on the condition, it returned inputAccessoryView or nil.Another VC that uses inputAccessoryView in our app is not making the crash.If you want to reproduce that crash, just tap textview or textfield that shown with inputAccessoryView, and then change iPhone status to multi-tasking mode and slide up your app for terminating.I could reproduce that crashes on my phone.We'll change the usage of this way to fix the crash.I hope this will be helpful.
Post
Replies
Boosts
Views
Activity
We have the same problems in our project.I guess it's because we used 'inputAccessoryView' wrong way.I used it by method override. In that method, I checked some cconditions for returning inputAccessoryView.Depends on the condition, it returned inputAccessoryView or nil.Another VC that uses inputAccessoryView in our app is not making the crash.If you want to reproduce that crash, just tap textview or textfield that shown with inputAccessoryView, and then change iPhone status to multi-tasking mode and slide up your app for terminating.I could reproduce that crashes on my phone.We'll change the usage of this way to fix the crash.I hope this will be helpful.