How to use 2 UITableView in a UIViewController?

后端 未结 5 746
刺人心
刺人心 2021-01-14 01:33


Plz guide that how can i use 2 UItableView(or more) in a UIViewController & manage their
numberOfRowsInSection,......& other methods.
Any ideas for that

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-14 02:22

    why are you going to use two tableviews in UIviewcontroller?.It is possible,set tag to each of the tableview you are adding.u can check these tags in delegate methods and do changes.

提交回复
热议问题