Re: Moving from nib to code with custom controller.

2010-03-31 Thread Kevin Brock
On Mar 31, 2010, at 8:01 AM, James Cicenia wrote: > Hello - > > I have always used IB before. I added my controller and linked it all up and > it worked great. > > Now, I have to move this instead to code. I am confused on how to do this. > > 1) I have a custom view controller. (FeaturedViewCo

Moving from nib to code with custom controller.

2010-03-31 Thread James Cicenia
Hello - I have always used IB before. I added my controller and linked it all up and it worked great. Now, I have to move this instead to code. I am confused on how to do this. 1) I have a custom view controller. (FeaturedViewController) 2) I have a UIScrollView (FeaturedScrollView) 3) I norma