I have a button on my nib and would like to tell it to go to another nib page once it is selected.
Heres how it looks:
2 nibs.
nib1 has a button in the nav bar called 'btnHome'
.
Once it is selected, I would like it to go to nib2.
How would I access the buttons controls to tell it to do this?
When in the nib design view, I cannot right click and drag from 'btnHome'
to the other nib as normal - therefore the need to do this programatically.