Comment on Laying Out iOS UIs in CodeparentComments−babesh12yDo you run into any issues with having to maintain the additional lines of code?−stevenwei12yNot really. I think the overhead comes more from having to create the views programmatically in the first place.But once everything is up and running, the maintainability is not very different compared to working with nibs.
Comments
Do you run into any issues with having to maintain the additional lines of code?
Not really. I think the overhead comes more from having to create the views programmatically in the first place.
But once everything is up and running, the maintainability is not very different compared to working with nibs.