Ekko

Results 29 issues of Ekko

https://developer.apple.com/documentation/uikit/uistackview/2866023-setcustomspacing

This PR fixed #31, according the solution of https://github.com/MihaelIsaev/UIKitPlus/commit/e9e3c187c5cfa0ffc4eb15f598e57643181a6881 The reason why https://github.com/MihaelIsaev/UIKitPlus/commit/e9e3c187c5cfa0ffc4eb15f598e57643181a6881 does not work has been commented on the code review page. https://github.com/MihaelIsaev/UIKitPlus/commit/e9e3c187c5cfa0ffc4eb15f598e57643181a6881#r71829040 Since I do not very...

This works well ``` view.body { UVStack { UView().background(.random) UView().background(.random) UView().background(.random) }.edgesToSuperview().alignment(.fill).distribution(.fillEqually) } ``` ![Simulator Screen Shot - iPhone 11 - 2022-04-19 at 00 41 09](https://user-images.githubusercontent.com/3138493/163841458-d8f091b9-1789-4456-ad22-675c47d73308.png) This will not work....

It's good for framework users to have another choice of AutoLayout code, especially when AutoLayout module have a critical issue like #20

Add a feature like SwiftUI's DragGesture, to let UView can be drag after adding to superview https://developer.apple.com/documentation/swiftui/draggesture

With the example in the doc, https://github.com/google/promises/blob/master/g3doc/index.md#retry retry method wraps a method that always returns a new Promise, so when the Promise of the first time method failed, retry will...