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...)
Asked
Active
Viewed 160 times
1 Answers
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