xamarin.ios - MonoTouch App on Latest Alpha 4.1.0 (build 45) -


yesterday have updated latest version of xamarin.ios, problem i'm experiencing existing apps, not working anymore datasources, example have simple tableview custom datasource, run fine no exception, when executed getcell or rowsinsection example not called. have idea why? there maybe change apply on code make working?

i have found it, on older version uitableviewdatasource worked fine without it, adding override fixed it.

public override int numberofsections (uitableview tableview) {     return 1; } 

Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -