iphone - UIButton not showing on simulator when view's class is TPKeyboardAvoidingScrollView -


i have weird problem buttons on simulator or iphone not showing when class of view's set tpkeyboardavoidingscrollview.

here's screenshot:

enter image description here

when view's class set uiview (default) works properly.

see this post instructions.

for non-uitableviewcontrollers, use as-is dropping tpkeyboardavoidingscrollview source files project, popping uiscrollview view controller’s xib, setting class tpkeyboardavoidingscrollview, , putting controls within scroll view.

to use uitableviewcontroller, pop tpkeyboardavoidingtableview source files in, , make uitableview tpkeyboardavoidingtableview in xib — should taken care of.

are using or without uitableviewcontroller? make sure you've embedded button in uiscrollview. site linked above has sample project reference more help.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -