I’m not sure whether “layout manager” is the correct term, but i’m looking for a way to get UIViews to flow into thier parent view, like left-floated div’s would in an HTML page. Is there an easy way to do this, either via the iPhone api’s or something external?
Share
I don’t know of an API to do this. Core Animation on the Mac has some layout stuff but I think it was not included on the iPhone.
What you describe does not sound extremely difficult though. Open source it? 🙂