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
@@ -914,7 +914,7 @@ This app is available in the `Example` folder. Note that you must do a `pod inst
914
914
***Q: How to apply percentage from a CGFloat, a Float or a Int value?**
915
915
**R:** Many PinLayout's method has a parameter of type `Percent`. You can easily specify this type of parameter simply by adding the `%` operator to your value (eg: `view.pin.left(10%).width(50%)`. It is similar if you have a value of type CGFloat, Float or Int, simply adds the `%` operator:
0 commit comments