Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

guydor4

macrumors member
Original poster
Oct 8, 2007
44
0
Hi,

I'm trying to make a button that when I will click on it,
it will show up another interface that I have built
I know I need to use InsertSubView but I didn't understand how to use it.

Please help me

Thanks!
 
I know I need to use InsertSubView but I didn't understand how to use it.
Actually you're better off using presentModalViewController:animated: or pushViewController:animated: (if you have a UINavigationController). addSubview: might also work although less recommended.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.