Plz guide that how can i use 2 UItableView(or more) in a UIViewController & manage their
numberOfRowsInSection,......& other methods.
Any ideas for that
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.