Navigate from on UIView to another UIVew in view based application??
- by hemant
I created a View based application in which i want to navigate from one view to another on a button click but i cannot find the right method??
is it only possible in navigation based application??
i tried addsubview method but still not working??
what is the right method to accomplish this??