How can I align these pickerviews to appear exactly how they are on my storyboard?
I have tried to constrain each of them to 0 on their left and right, but sometimes they disappear when I try to have their bottom or top constraint to a lower number, sometimes I even try to set them to negative.
Asked
Active
Viewed 39 times
0

rmaddy
- 314,917
- 42
- 532
- 579

corky romano
- 83
- 5
-
wow... you may need _one_ picker-view with _multiple_ components maybe...? – holex Jan 22 '18 at 15:06
-
that sounds like a good idea, just don't have a good understanding how to create that – corky romano Jan 22 '18 at 15:09
-
like any other picker-view, but with _more than one_ components... here is the [data-source delegate](https://developer.apple.com/documentation/uikit/uipickerviewdatasource) reference from Apple, that may give ideas to you. – holex Jan 22 '18 at 15:11