TPKeyboardAvoiding
TPKeyboardAvoiding copied to clipboard
TPKeyboardAvoidingTableView scrolling not Stop.
i want to stop scrolling TPKeyboardAvoidingTableView and i try it with below code but i am not able to stop scrolling tableview.
self.tblVW.alwaysBounceVertical = NO;
Any suggestion will be helpful.
Have you tried toggling off/on the scrollEnabled property?