Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将按钮动态添加到我的应用程序的特殊区域。用户可以向左或向右滑动以在按钮之间导航,就像在 iOS 多任务中一样。
我只想创建一个与 iOS 多任务处理完全相同的区域。我怎样才能做到这一点?我将使用哪些组件,如何在 google 中搜索?
多任务区域是一个带有 pagingEnabled = YES 的 UIScrollView。您可以使用集合视图来填充滚动视图,也可以自己手动布置内容。如果会有很多动态内容,那么集合视图可能是要走的路,因为它完成了表格视图所做的可重用单元格的事情。
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIScrollView_Class/Reference/UIScrollView.html