iphone - Status bar tap should scroll table view to the top -
this question has answer here:
- how detect touches in status bar 10 answers
can please tell me how implement tap on status bar , table view should scroll top. have scroll view in view controller different purpose.
thanks in advance
if having more 1 scrollview inside viewcontroller, set setscrollstotop property yes scrollview want scroll when user taps status bar. , set property no other scrollviews. if there 1 scrollview/tableview, don't need this. set automatically.
[myscrollview setscrollstotop:yes];
[otherscrollview setscrollstotop:no];
Comments
Post a Comment