-1

I am trying to port an iOS application to BlackBerry-10. Is there anything in BlackBerry-10 that is equivalent to UINavigationController of IOS.

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
Tahlil
  • 2,680
  • 6
  • 43
  • 84

1 Answers1

3

Yes, the equivalent is NavigationPane. There's also a guide on porting your iOS app to BlackBerry 10

donturner
  • 17,867
  • 8
  • 59
  • 81
  • Thanks. This is just the thing I wanted :) – Tahlil Dec 11 '12 at 08:35
  • Can you please tell me where do I find the equivalency list of objective C objects to C++? I have already seen https://developer.blackberry.com/cascades/documentation/getting_started/porting/objc_cascades.html But it doesn't seem to contain navigation controller's equivalent or UIView's equivalent and many others. – Tahlil Dec 12 '12 at 12:20
  • 1
    There isn't an official list as yet, you'll need to take a look at the Cascades SDK and see which objects fit best with your existing iOS architecture. – donturner Dec 17 '12 at 11:24