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

winapi - How to get a user input on a MessageBox on C++? -

parcelable - Unmarshalling unknown type code exception while reading parcel values in Android 4.4+ -