开发者

iOS custom and scrollable UITableView header and UITableViewCell

I want to know how to make a horizontal scrollable UITableView header and UITableViewCell like the app "JP Morgan Fund Watch."

The right part of the UI开发者_StackOverflow中文版TableView header and UITableViewCell can be scrolled. Any idea how to make it?

iOS custom and scrollable UITableView header and UITableViewCell


You can achieve that effect with using UIScrollView as tableViewHeader and content area of custom UITableViewCell subclass but thinking it is trivial to implement would be naive. Check the following link for details.

http://theexciter.com/articles/touches-and-uiscrollview-inside-a-uitableview.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜