Closed btate closed 9 years ago
I'm using this inside a UIView with auto layout. The picker itself works with auto layout fine, but the collection view it's using holds the initialized empty frame. Can you add constraints to the collection view to work with auto layout?
Actually it looks like the autoresizingMask is adjusting it but for some reason the picker only shows one string at a time.
I just needed to use the flat styling. I'm an idiot. Disregard this.
I'm using this inside a UIView with auto layout. The picker itself works with auto layout fine, but the collection view it's using holds the initialized empty frame. Can you add constraints to the collection view to work with auto layout?