Add views to a storyboard programatically?

If you are looking for a place to setup your scrollview that is in a Storyboard use awakeFromNib .

Up vote 0 down vote favorite share g+ share fb share tw.

I'm going to explain my situation 1st so that the question is clear. I'm using a scrollview with images in it right now. Those images right now link to different views in a storyboard.

Instead what I'd like to do is have that image open up a new UIScrollview w/ views displayed. These views are already in the storyboard of course without nibs. So I'm essentially trying to display UIViews in a UIScrollView.. except I cant' initialize with nib (at least to my knowledge).

Ios ipad uistoryboard link|improve this question asked Dec 28 '11 at 20:48DJPlayer73139 72% accept rate.

– nessup Dec 28 '11 at 22:36 yes.. this is somewhat similar to the way Itunes works in a way. This works at this point.. but what I'm trying to do is get mini UIViews inside that scrollview. Clicking on those mini UIViews would cause them to enlarge, allowing you to view the contents.

– DJPlayer Dec 29 '11 at 12:35.

If you are looking for a place to setup your scrollview that is in a Storyboard use awakeFromNib.

I've looked at that method a little. It seems very similar to many methods. It sounds like I'm stuck making all my views programmaticly vs. being able to create them in the Interface builder and load them up.

– DJPlayer Dec 29 '11 at 13:01.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions