iphone - scroll table view on selecting a textfield -
i have tableview text field on each cell problem tableview should scroll on selecting text field.here i'm attaching project can u please let me know mistake had made.
here link u can download here http://pastelink.me/dl/9c2f89
code have used scroll up.
[super viewwillappear:yes]; uitableviewcell *cellc = (uitableviewcell *)[[textfield superview]superview]; [tabcontroller scrolltorowatindexpath:[tabcontroller indexpathforcell:cellc] atscrollposition:uitableviewscrollpositiontop animated:yes];
look @ project here add class project , try use it may work(tpkeyboardavoidingtableview .h/tpkeyboardavoidingtableview .m).
Comments
Post a Comment