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