When developing an iOS application (CRUD-like, not a game) one basically has two options:
Assume that I don't want to use Interface Builder for number of reasons.
Laying out everything in code is fine except less experienced developers tend to hardcode absolute positions and sizes of everything in code. And amount of code required to properly position everything on screen can be frustrating.
Recently I had a look at Android and Windows Phone SDKs and I really like their XML-based layout engines more.
Is there anything like XAML or Android layout for iOS?
I heard about Auto Layout for iOS 6. Unfortunately, I can't use it because most of the time I have to support iOS 5.0 or even iOS 4.3.
You might want to check out WorkflowSchema. Its layout support is very basic at the moment, but it's open-source so you could add what you need.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With