Skip to content

Commit 883897f

Browse files
author
Luc Dion
committed
Update readme
1 parent 53f1212 commit 883897f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Extremely Fast views layouting without auto layout. No magic, pure code, full co
3838
* Swift 3.2+ / Swift 4.1 / Objective-C
3939

4040
### Recent changes/features
41+
* :star: Add methods to position a view between two other views. See [Layout between other views](#layout_between).
4142
* :star: Add [`pin.readableMargins` and `pin.layoutMargins`](#safeAreaInsets) properties.
4243
* :star: Add `sizeToFit()` method. See [Adjusting size](#adjusting_size).
4344
* :star: PinLayout can now layout CALayer. See [CALayer Support](#calayer_support) for more information.
4445
* :star: PinLayout is in the Top 10 of Swift Layout frameworks on [Awesome Swift](https://swift.libhunt.com/categories/714-layout)
4546
* :star: PinLayout has moved to the **[layoutBox](https://github.com/layoutBox)** organization.
4647
* :star: Add [`wrapContent()`](#wrapContent) methods that adjust view's width and height to wrap all its subviews.
47-
* :star: PinLayout now support macOS. See [macOS Support](#macos_support) for more information.
4848
* :star: PinLayout expose the `safeAreaInsets` through [`pin.safeArea`](#safeAreaInsets), this property support not only iOS 11, but is also backward compatible for earlier iOS releases (7/8/9/10). See [safeAreaInsets support](#safeAreaInsets) for more information.
4949
* See [Changelog](https://github.com/layoutBox/PinLayout/blob/master/CHANGELOG.md) for all changes.
5050

0 commit comments

Comments
 (0)