After updating Xcode 11 beta 5 I am unable to set HStack spacing and frame. Because it ask me to set it in CGFloat. I tried CGFloat(100) but it doesn't work.
Asked
Active
Viewed 360 times
0
-
2Xcode often reports that error when the problem lies elsewhere. You aren't using isSheetShowing in your actionSheet maybe you should change the type of acitionSheet to isPresenting. The definition of isPresenting isn't shown but it needs to be optional to match the definition of item. – Michael Salmon Aug 08 '19 at 13:40
-
@MichaelSalmon Thanks! It's Working – Monil Gandhi Aug 08 '19 at 13:47