Hi,
I was not able to set constraints for an image view inside a scroll view in XCode. Any ideas why? Here are the details:
The reason to do this: Xcode complains that the scroll view missing constraints for its "scrollable content", please see attached screen shot.
- XCode version: 12.5.1
- macOS: Big Sur.
- View relationship: The scroll view is the superview of the image view.
- Tried to use "ctrl drag" between the image view and the scroll view. No constraints options available.
- The scroll view is in a Collection View cell.
Please see attached screen shot.