I did not test with the betas and now that iOS 14 has been released I am seeing a similar problem. It appears that the geometry value of GeometryReader is not being populated -- geometry.size.width, etc. are all set to 0. I use geometry extensively for layout. Ouch. Is there a way to force GeometryReader to get the correct geo parameters?
Post
Replies
Boosts
Views
Activity
Where is the reply from an Apple developer or manager saying, "sorry, we'll have a patch out in a few hours?"
xcode version 12.1 GM Seed, which you can find on the apple developer site, has the iPhone 12 simulators.
xcode version 12.1 GM Seed, which you can find on the apple developer site, has the iPhone 12 simulators.
I have the same problem. But I simply turn the mouse off (with the mouse power button on the bottom of the mouse), wait 2 seconds and then immediately turn it back on. Then click a few times and once the mouse reconnects it works fine until the mac goes to sleep again. Irritating, but not a show stopper.
I have the same problem mentioned in this thread. I have been able to access the title metadata using asset.value(forKey: "title") as? String, where asset is a PHasset retreived from a photo library. However, as far as I can tell there is no property key for the "caption" metadata.