TPKeyboardAvoiding icon indicating copy to clipboard operation
TPKeyboardAvoiding copied to clipboard

TPKeyboardAvoidingTableView scrolling not Stop.

Open kuldeep13990 opened this issue 8 years ago • 1 comments

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.

kuldeep13990 avatar Mar 28 '17 10:03 kuldeep13990

Have you tried toggling off/on the scrollEnabled property?

JinkProject avatar May 03 '17 22:05 JinkProject