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...
精彩评论