开发者

Circles in the Mail.app on the iPhone - iOS Programming

开发者 https://www.devze.com 2023-03-20 07:33 出处:网络
In the Mail application on the iPhone, when edit is tapped, small circles appear next to the cells which allow开发者_StackOverflow中文版 the user to tap multiple cells.

In the Mail application on the iPhone, when edit is tapped, small circles appear next to the cells which allow开发者_StackOverflow中文版 the user to tap multiple cells.

Is this a built in feature? How can I get this set up in my UITableView in my iPhone application?


Well, sort of. There is an „editing mode“ for UITableViews built-in. Have a look at http://cocoawithlove.com/2009/01/multiple-row-selection-and-editing-in.html Matt explaines it pretty well, in my opinion.


This is not available by default in iOS 4. As ckruse mentioned there are a few guides to accomplish the look yourself. If you have a paid iOS Developer account then I suggest you look at the UITableView documentation in iOS 5 ;)

0

精彩评论

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