uitableview - Xamarin.ios Refresh Button -


i have uitableview want reload when button clicked inside navigation bar looks refresh button.

i have following setup connected via action display:

    partial void refreshbuttonclicked(monotouch.foundation.nsobject sender){       } 

but here want reload table data. im stumped, have tried use table.refresh()to no joy , can not find literature.

help appreciated

you should use table.reloaddata()

also take @ populating table data


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -