Posts

Post marked as solved
2 Replies
0 Views
It is the right result. The tap area is larger than the Button border. If you want to adjust the tap area, you should adjust the code. For example, use Rectangle with .onTapGesture
Post not yet marked as solved
2 Replies
0 Views
This seems to be a certain trust or initial issue. When a new iCloud container id appears, the device need some steps to trust the new container. I must use a previous trused app to link the new container to the new device (trusted means the app can access the iCloud Documents).For example, "ShapeEdit“ has an icloud container "com.example.ShapeEdit", it could access its container without problem.A new app called "MyApp" wants to use new iCloud container id "com.mycompany.MyApp", but it always fails recently.Change "ShapeEdit“ to use the new icloud container "com.mycompany.MyApp" will let "MyApp" access it, and the device trust new the iCloud container.If you update the bundle id of "ShapeEdit“, and use a new icloud container "com.example.ShapeEdit2", the new ShapeEdit will also fail on the same device.So this is not the developer's code problem. It should be some iCloud Container initial step issue on iOS devices.