objective c - Reload TableView not working on OSX -


i've experience in ios, not on os x. have tableview should dynamically updated. i'm using method reload table

[self.tableview reloaddata]; 

and invoke delegate

- (nsview *)tableview:(nstableview *)tableview viewfortablecolumn:(nstablecolumn *)tablecolumn row:(nsinteger)row {      // new viewcell     nstablecellview *cellview = [tableview makeviewwithidentifier:@"datacolumn" owner:self];  ...      return cellview; } 

but doesn't. how reload tableview?

thanks in advance


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -