简体   繁体   中英

creating custom UITableView in iPhone

Can we create UITableView with UITableView cell in horizontal as well as vertically aligned

在此处输入图片说明

Please advise.

Well, its possible to modify the UITableView and add cell rows that contain multiple views set to be in horizontal order, but that would require a lot of custom work, too much in my opinion, you will lose the benefit of using a UITableView,

What i suggest here is to create your custom view, that has it custom DataSource and Delegate, and create your own view drawing logic, since this is a fairly complex view, it will require more work to customize your table view, than creating a ne UIView subclass

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM