Is there anything in Ionic like the UISegmentedControl? I know there are button bars, which are close, but I don’t know how to make them work like a segemented control.
I’m guessing that this isn’t possible at the moment and I will have to roll my own.
You could do something like this.
Thanks. That’s much easier than what I was thinking of doing!
No problems, glad to be of some help
UISegmentedControl for Ionic: https://github.com/tinga-dev/ti-ionic-segmented-control
Nice! (aaaaaaaaaaaaand thanks).