You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Deprecated method `fitSize()` has been removed
14
+
`fitSize()` has been removed after being deprecated for 10 months. `sizeToFit(:FitType)` should now be used instead. See [Adjusting size](https://github.com/layoutBox/PinLayout#adjusting_size).
15
+
16
+
Plus:
17
+
18
+
* Refactor relative positioning methods source code (above(...), after(...), ...) using a default parameter value for the alignment parameter.
19
+
* Fix unit test screen density.
20
+
* Update few examples source code.
21
+
22
+
23
+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#167](https://github.com/layoutBox/PinLayout/pull/167)
0 commit comments