0

Is there a control on iOS (iPhone/iPad) that works like NSPathControl does in OSX? (to add dynamically a node to a root on event, that could go back, remove a node on event...)

Arkaaito
  • 7,347
  • 3
  • 39
  • 56
Luigi Saggese
  • 5,299
  • 3
  • 43
  • 94

1 Answers1

1

Not that I know of. Shouldn't be too hard to implement one yourself though. You can use standard UIButtons in a custom UIView.

Rengers
  • 14,911
  • 1
  • 36
  • 54