开发者

iOS custom and scrollable UITableView header and UITableViewCell

开发者 https://www.devze.com 2023-03-06 15:17 出处:网络
I want to know how to make a horizontal scrollable UITableView header and UITableViewCell like the app \"JP Morgan Fund Watch.\"

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

精彩评论

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