开发者

Being in edit mode?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜