3

Are there any alternative for URL-Based-Navigation like what three20's TTNavigator provided?

The drawback is three20 as it is no longer maintained, so we are looking for alternative.

The URL-Based-Navigation is very handy to use, e.g.

e.g.

[TTNavigator navigator] openURLAction:
  [[TTURLAction actionWithURLPath:@"tt://restaurant/Chotchkie's"] 
   applyAnimated:YES]]
dandan78
  • 13,328
  • 13
  • 64
  • 78
Ryan
  • 10,041
  • 27
  • 91
  • 156

1 Answers1

2

Yes, jverkoey, the last maintainer of three20 wrote a simple framework with url mapping for objects called sockit https://github.com/jverkoey/sockit.

aporat
  • 5,922
  • 5
  • 32
  • 54