Handy UIView Category Providing Layout Helper Methods (Z-Ordering, Absolute Positioning And More)

I’ve mentioned some handy helper libraries for working with UIView auto-layout such as FLKAutoLayout, and KeepLayout but there are many other issues that arise when laying out views, and sometimes auto-layout just doesn’t make sense.

Here’s an interesting UIView category that adds a number of helper methods that makes laying out views easier called MCUIViewLayout released by Mirego.

MCUIViewLayout helps to deal with common issues related to positioning views that would normally require you to use the CGGeometry functions.

MCUIViewLayout allows you to easily change the Z-ordering of your views with send to front, and send to back methods, allows you to change the size of your views while preserving positioning, absolute positioning of your views, and helpers for relative positioning based on other views.

You can find MCUIViewLayout on Github here.

A nice collection of UIView helpers.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Handy UIView Category Providing Layout Helper Methods (Z-Ordering, Absolute Positioning And More)

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *