开发者

Modify UITableView style after first display

I have a tableView and after a flip animation I want modify the tableView style programmati开发者_高级运维cally from grouped to plain, is it possible, if yes how?

Thanks


You cant just change the style of a UITableView after its been created, therefore you should probably release your old table view and recreate a new one with the style that you want...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜