In my application I have a segmented controller at navigation bar and until now I have 6 buttons there.
But now I want to add more 5 buttons with these 6 buttons at segmented controller but problem is I want to add an previous and next button at segmented controller to see previous buttons and next buttons of the segmented controller.
NOTE THAT: I know how can set an segmented controller at navigation bar. Until now, I have become able to set segmented controller at navigation bar.
If I explain again then it should be look like this:
< Previous | A | B | C | D | E | next >
when I will press next
then it will show like this:
< previous | B | C | D | E | F | next >
like this for previous button.
Anybody help me. How can I do this?