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