开发者

ipad bbc app with horizontal tableview?

开发者 https://www.devze.com 2023-02-02 23:12 出处:网络
The BBC app has a main display that lets you slide stories left to right, it appears to be a horizontal tableview instead of vertical. It has the same \'gravity\' like bounce as well but horizontal.

The BBC app has a main display that lets you slide stories left to right, it appears to be a horizontal tableview instead of vertical. It has the same 'gravity' like bounce as well but horizontal.

ANy idea how this is done? I'd like to have this开发者_开发技巧 on a new app we're making


I guess they just implement it with the UIScrollView.

Have also found this on the net. See if this can help:

https://github.com/alekseyn/EasyTableView

0

精彩评论

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