简体   繁体   English

像iPhone电子邮件一样实现uitable概述

[英]Implementing uitable like iphone email overview

I have a table (UITableView) and shall implement therefore the functions like in the iphone email-interface. 我有一个表(UITableView),因此应实现类似iphone电子邮件界面中的功能。 This means: In the header right up I need a edit-button. 这意味着:在标题右侧,我需要一个编辑按钮。 When pressed, some cells can be marked and in the footer there appear several buttons. 按下时,可以标记一些单元格,并且在页脚中出现几个按钮。

Is there a library, where I can take the functionality from? 有没有可以从中获取功能的库? If not, any idea, how I can Implement the "marking function"? 如果没有,我如何实现“标记功能”?

There's a cool example among the apple docs, which I guess meets well your request. 苹果文档中有一个很酷的例子,我想它很好地满足了您的要求。 Inspect it, I think you'll find much useful there: 检查一下,我认为您会在其中找到很多用处:

http://developer.apple.com/library/ios/#samplecode/iPhoneCoreDataRecipes/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008913 http://developer.apple.com/library/ios/#samplecode/iPhoneCoreDataRecipes/Introduction/Intro.html#//apple_ref/doc/uid/DTS40008913

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM