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

arrays - PHP Shopping Cart Variable and Object errors -

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -