0

I'm trying to recreate a navigation feature similar to the one used in the InList app. They have quite a nifty way of sliding from one screen to the other. enter image description here

Basically, the main screen is a table view with different events for a given city. Tap the button in the top left “London” and the table view ​zooms​ out to show the table views for the other cities.

You can scroll right/left to select a different city.

Tap on and the screen ​zooms​ back in with the new table view.

My questions:

a) Does anybody know if this is a plugin? If so, can you please link it?

b) If it's not a plugin. Can you outline the basic steps you'd take to approach developing this solution for yourself?

Thanks

Nimit Parekh
  • 16,776
  • 8
  • 50
  • 72
bodacious
  • 6,608
  • 9
  • 45
  • 74
  • In your place I'd look at `UICollectionView`, `UICollectionViewLayout` where every cell in collection view has a `UITableView`. It may be tricky and not straightforward to get it working well, though. – Losiowaty Oct 28 '15 at 15:45
  • @Losiowaty thanks for the heads-up! – bodacious Nov 03 '15 at 18:25

0 Answers0