Ben Tossell

MarkupKit - A framework for creating native iOS applications

by•

Add a comment

Replies

Best
Ben Tossell
Check out: - the Demo - the Sample Application - and Examples
Gabriel Lewis
@bentossell Interesting concept. I personally prefer using autolayout and Xcode interface builder, but I can still see how this could be useful.
Greg Brown
@gabriel__lewis MarkupKit includes a number of view classes that use auto layout internally to automatically arrange the views you declare in markup. You can use these standalone or in conjunction with views and constraints that you create in Interface Builder or programmatically. You can also use the new UIStackView class that was added in iOS 9. See this article for an example: https://dzone.com/articles/build...
Greg Brown
@gabriel__lewis Here's an article I just posted that goes into a bit more detail about MarkupKit's auto layout support: https://gkbrown.org/2016/04/29/s...