MihaelIsaev / UIKitPlus

🏰 Declarative UIKit with LivePreview for iOS9+ (best alternative to SwiftUI)
MIT License
596 stars 35 forks source link

try to fix #31 #34

Open EkkoG opened 2 years ago

EkkoG commented 2 years ago

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 understand why UStackView nested another UStackView when ForEach use, so this PR can only fix #31, the other effect is not clear to me.