问题描述
我从iPad编写应用程序,我必须在同一个屏幕上放置两个单独的UITableView。对于这个应用程序我不能把UITableView和divid分为两个部分,以获取原因。它必须是两个分开的。那么,在这种情况下我如何填充UITableView的行。我可以在单独的类中创建一个DataSource和Delegate,一个用于第一个UITableView,另一个用于第二个UITableView的DataSource和Delegate类,还是让其他方法更优雅?
I coding app from iPad and I have to put two separate UITableView in the same screen. For this app I can´t put the UITableView and divid in two sections for requisits reason. It must be two separated. Well, in this case how I can fill the rows of UITableView. Can I have create a DataSource and Delegate in separate classes, one for a first UITableView and other DataSource and Delegate class for the second UITableView or have other approach more elegant?
tks很多。
推荐答案
八月我把一些我使用2个不同的类用于DataSource和UITableViewDelegate
In august I put some example code online where I use 2 different Classes for DataSource and UITableViewDelegate
这篇关于iPad - 同一屏幕中的多个UITableView的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!