Multiple Views, Which is better UITableView, UIView or UICollectionView [closed]

此生再无相见时 提交于 2019-12-04 22:39:36

Posting self answer because the approach for above is now success fully working. Tested for all possible combination for a month.

I continue with UITableView and add custom views in UITableViewCell all events are manage in respective views by delegates.

The complex part in which I have to manage group of controls. For that i created one more UITableView and add it in main table (Here my requirement is not to go for further grouping so it is vital to take UITableView).

Performance:

Tested for performance as well. For device below then iOS 7.0 some times show lag on scrolling. For iOS 7.0 and above devices it works smooth.

Appreciate more answers from other, If any one have gone situation like this.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!