akkyie / AKPickerView

A simple yet customizable horizontal picker view.
MIT License
893 stars 106 forks source link

Doesn't Work With Autolayout #59

Closed btate closed 9 years ago

btate commented 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?

btate commented 9 years ago

Actually it looks like the autoresizingMask is adjusting it but for some reason the picker only shows one string at a time.

btate commented 9 years ago

I just needed to use the flat styling. I'm an idiot. Disregard this.