So I went through this tutorial which was extremely helpful:
http://www.youtube.com/watch?v=LBnPfAtswgw
And after finishing them I was a little disappointed because the tutorial did not tell you how to load a different nib depending on which table item was selected.
So I was wondering is there a way in the method didSelectRowAtIndexPath where I could just have an IF statement to do so, such as:
I think i've exhausted all my searching capabilities along with my books on iPhone programming.
So if anyone knows how to do this or has a better way of doing so it would be greatly appreciated.
http://www.youtube.com/watch?v=LBnPfAtswgw
And after finishing them I was a little disappointed because the tutorial did not tell you how to load a different nib depending on which table item was selected.
So I was wondering is there a way in the method didSelectRowAtIndexPath where I could just have an IF statement to do so, such as:
Code:
if(userSelects rowItem 1){
load this nib
}
I think i've exhausted all my searching capabilities along with my books on iPhone programming.
So if anyone knows how to do this or has a better way of doing so it would be greatly appreciated.