-
I'm getting a crash when I'm trying to hide some of my views from the stack. I tried to remove two different views from my stack, one that doesn't have constraints inside, and another that does. The f…
-
Specifying `UITraitCollection(layoutDirection: .rightToLeft)` in a `ViewImageConfig` for image snapshots doesn't seem to work. System controls and even my own views continue to lay out in the left to …
-
Hi there,
Here is the way I call **native admob**:
```
...
Container(
height: 300,
child: NativeAdmob(
…
-
What version will this be working starting from ?
I.e. in https://github.com/python/typeshed/blob/master/stdlib/uuid.pyi
there are separate type for version 3.7 and above and others. So, it's best t…
-
Hi teacher @chug2k,
My app is completed. I spent too much time on creating auto layout and researching the API. Twitter make me so confused :triumph:
The photo view is not really good, but I don't h…
-
I have been trying to get editorInputAccessoryView to work with my SwiftUI code for an app on iOS. I can't get the buttons in the UIView I create to work. Can you add an example to 'Example SwiftUI' t…
-
As per iOS 10b2, the title and message is not visible when using this. Perhaps they rearranged the view hierarchy (again...)?
-
Apple claimed that they improved Auto Layout performance on iOS 12, would be interesting to see the difference.
-
We have FrontCard that contains number and expiration date, BackCard that contains CVC. CardView is used to contain front and back sides for flipping transition.
We leverage `STPPaymentCardTextFiel…
-