SwiftUI is popular, but sometimes I don’t like using it, why? Hidden Unknown Styles All controls in SwiftUI have their own default style, for example, VStack and HStack will only stretch with the size of its content, but in other languages, the container will automatically fill the parent container by default. Therefore, in…