Tuesday, 15 May 2012

ios - UITableView from storyboard - init with UITableViewStyleGrouped -



ios - UITableView from storyboard - init with UITableViewStyleGrouped -

how initialize uitableviewcontroller have uitableviewstylegrouped when created in storyboard? create grouped table view this:

- (id)initwithstyle:(uitableviewstyle)style { self = [super initwithstyle: uitableviewstylegrouped]; if (self) { } homecoming self; }

but realized function not run when create uitableviewcontroller in storyboard. , not see alternative in storyboard set style grouped.

below screenshot showing alternative set group don't forget select tableview in storyboard.

ios uitableview storyboard grouped-table initwithstyle

No comments:

Post a Comment