Saturday, 31 August 2013

Dynamically arranging content in a storyboard

Dynamically arranging content in a storyboard

I have a question regarding UI objects and storyboards.
If the same view is going to be populated by multiple different objects
(in my case a recipe display page will be used more than once to display
multiple different recipes) how do you arrange your UI in the storyboard?
Say I have a description string for one recipe that is 4 lines long, and a
description for another which is 9 lines long, how do I move the rest of
the content in the view down, too accommodate for the different sized
strings?
I guess I could develop my page in a webview, but I'd rather not, is there
a way to do this with a normal ios view controller?
Regards,

No comments:

Post a Comment