objective c - Change UITableViewController's style -


How can I change the style of a UITableView later?

EDIT: Hi, I know how I set the style with init-method, but can change style after starting? Such as:

  [self. Style = "bundled"];   

I think there is no way to do this, is not it?

OK Anyone really is reading the question: D

but its To answer: No, it can not be done, you have to recreate it

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -