开发者

Modify UITableView style after first display

开发者 https://www.devze.com 2023-03-30 07:41 出处:网络
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?

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

精彩评论

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