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

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -