inputAccessoryView with custom view hide After I Dismiss keyboard
问题 First of all , my project is so structured: -home page with a tableView to add element -floating Button: when clicked make appear keyboard with above a custom view (and inside a textView) to digit input Now, I have a problem with inputAccessoryView and dismiss keyboard: I have used inputAccessoryView to move a custom view above the keyboard like this: MytextView.inputAccessoryView= MyContainerView; And this work correctly. My problem occur when I dismiss keyboard using: [MytextView