0

my goal is to make an app similar to the iphone's App Store app. The problem i have is with the segmented control. I want to load a different table view based on the selection of the segmented control. I have tried everything but had no luck yet. I have also tried to use one Table View and reloadData to load different data but didn't work either. Thank you in advance.

2 Answers2

0

I too had the same doubt..and got the answer from the link below..

Need approach to show tables using segmented control?

The approach seems to work well..

Community
  • 1
  • 1
Coder
  • 153
  • 1
  • 9
0

I have just been looking for an answer to a similar question.... You didn't mention your data source, but if you're using an NSFetchedResultsController, then this might help you!

Community
  • 1
  • 1
jt_uk
  • 1,362
  • 1
  • 15
  • 17