madjid / MMPickerView

An easy to use and customizable PickerView for your iOS app.
MIT License
237 stars 59 forks source link

frame issue #28

Closed antons81 closed 8 years ago

antons81 commented 8 years ago

Please fix hard-coded width frame size //PickerView Container with top bar _pickerContainerView = [[UIView alloc] initWithFrame:CGRectMake(0.0, _pickerViewContainerView.bounds.size.height - 260.0, [[UIScreen mainScreen]bounds].size.width, 260.0)]; // before width was 320.0

multinerd commented 8 years ago

it appears this project hasnt been maintained in over 3 years, i have a fork with a working fix here

if your using cocoapods, you can also use

pod 'MMPickerView', :git => 'https://github.com/multinerd/MMPickerView.git'

i got tired of modifying the code everytime i needed to use this framework

antons81 commented 8 years ago

Thank you :)