I need a wheel picker for hours and minutes. I've found stuff online but it does have the "Hours" and "Minutes" right after and it isn't as compact. Is there a newer way to accomplish this to look exactly like it does in the timer app?
Time Wheel Picker
Is it UIKit or SwiftUI ? You should show code, that would help.
Did you try to set the picker frame to reduce width ?
I asked a similar question a while back and it doesn't look like anything has changed. You definitely can't do this in SwiftUI, only with UIKit. You will have to manually position the hour
and min
text labels and set the width of the picker so that the scrolling numbers line up properly.