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:
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
Post a Comment