navigationcontroller - Navigation with UISegmentcontrol iphone -


I have created an up / down arrow Segment control button on the right side of the navigation bar in my extension view How can I use these up / down arrows?

  [mySegmentedControl addTarget: self action: @sillector (my setganded control tap) control events For: UIControlEventWalls]; ... - (Zero) My settent was taped: (ID) Sender {NSUntenged opted = Open My Segment Control. Selected section index; If (selected option == uproindex) {// "visible" to see in the "up") and if (selected object == down arrowandx) {// "down" - swap in other view controller}}  

Comments