An open API service indexing awesome lists of open source software.

https://github.com/yeahdongcn/ios-relative-view-layout-helper

UIView category: implements MS WPF style layout helper. Using margin (thickness), alignments to layout view inside its super view or beside one another view.
https://github.com/yeahdongcn/ios-relative-view-layout-helper

Last synced: over 1 year ago
JSON representation

UIView category: implements MS WPF style layout helper. Using margin (thickness), alignments to layout view inside its super view or beside one another view.

Awesome Lists containing this project

README

          

iOS-relative-view-layout-helper
===============================

UIView+Layout.h

This category provides 2 functions to layout view inside its super view or beside one another view.

- (void)layoutInsideView:(UIView *)view
WithHorizontalAlignment:(HorizontalAlignment)horizontalAlignment
withVerticalAlignment:(VerticalAlignment)verticalAlignment
withMargin:(Thickness)margin;

- (void)layoutBesideView:(UIView *)view
withVertexAlignment:(VertexAlignment)vertexAlignment
withMargin:(Thickness)margin;

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/yeahdongcn/ios-relative-view-layout-helper/trend.png)](https://bitdeli.com/free "Bitdeli Badge")