iphone - Status bar tap should scroll table view to the top -


this question has answer here:

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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -