I wanna implement a PSMultiValueSpecifier in my App, so Users can change the Animation of iCarousel. I tried a lot now, but i can't figure out the right code (for my ViewController.m) ..
Maybe you can help me with that..
I wanna have something like that:
if(value 1 clicked) {
self.photoCarousel.type = iCarouselTypeRotary;
}
elseif(value 2 clicked){
self.photoCarousel.type = iCarouselTypeCylinder;
}
... and so on ( i have 6 values).
I really hope, you can give me the code, so i can implement it
My root.plist you can see here: