-
Firstly, thanks @s4cha a lot for the work on RTL support in 4.7.0
Able to use chainable api and visual formatting (|-10-label-|) in the RTL project I'm working on now!
However the `leading` `trail…
-
`UILayoutGuide`s are a really good way to do things like bound subcomponents to that layout guide without making a dummy view.
It should look something like
```swift
viewLayout.updateLayoutTo {…
-
I'm using RMessage (2.3.2).
I have a crash on line 508 in RMessageView.m with message:
`Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'NSLayoutConstraint for : Co…
-
This started happening right after fixing: https://github.com/Kode/Kha/issues/969
With the fix:
```text
2019-01-27 21:12:18.308256+0700 Stomp[13795:2774747] [DYMTLInitPlatform] platform initial…
-
Since LayoutGuide is able to represent a rect, make aspectFit / aspectFill to make a size according to the layout guide.
API should be like `aspectFit(ratio, in: { $0.layoutMarginsGuide })`
-
Is there a way to use the new ```View.SafeAreaLayoutGuide``` with FluentLayout?
I poked around last night trying to make ```View.SafeAreaLayoutGuide``` fit into FluentLayout, but didn't have much l…
-
Hey there! 👋
I'm investigating wether I should move a portion of my autolayout code to PinLayout, however am unable to find any documentation around using PinLayout with [`readableContentGuide`](ht…
-
Notifications are display below the Navigation Bar with empty space on top (that space should be behind the navigation bar I guess)
I use the Objective C version. So far this issue only appeared on…
-
There're too many properties in `ViewFrameProperty` which is difficult to cover all of them. Create a new `LayoutGuide` struct and just store `boundsGuide` `layoutMarginsGuide` `safeAreaGuide` `readab…
-
OK after much cursing and sweat IQKeyboard works. Challenge was incomplete update of xcode. Now I have
----------
if let itemLayoutGuide : UILayoutSupport = layoutGuide {
…