How to make a horizontal UI table view on iPhone?

前端 未结 9 1440
小鲜肉
小鲜肉 2020-12-25 13:59

Normally, the UITableView is something like this:

[   cell    1   ]
[   cell    2   ]
[   cell    3   ]
[   cell    4   ]

But I want to mak

9条回答
  •  [愿得一人]
    2020-12-25 14:20

    It isn't too terribly difficult to build up something similar to UITableView in code on your own. If you can find it, the expert-level Scroll Views session from WWDC09 had some awesome sample code.

提交回复
热议问题