apple / apple/sample-cloudkit-coredatasync
pick photo not working on iPad
Open
- Dominant language
- Swift
- Stars
- 200
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Hi, when I use an iPad, selecting an image does not work. Here's how I solved the problem, in the AddContactView:
```
NavigationView {
...
}
//StackNavigationViewStyle solve the problems with constraints (iPad-support).
.navigationViewStyle(StackNavigationViewStyle())
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.