开发者

Being in edit mode?

开发者 https://www.devze.com 2023-01-30 00:50 出处:网络
how to ke开发者_运维问答ep you table view in edit mode at all times like in flipsideview of Apple\'s Weather application?in viewDidLoad just add this line:

how to ke开发者_运维问答ep you table view in edit mode at all times like in flipsideview of Apple's Weather application?


in viewDidLoad just add this line:

[tableView setEditing:YES];

this is how I did it.

0

精彩评论

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