hackiftekhar / IQActionSheetPickerView

ActionSheet with UIPickerView
MIT License
205 stars 76 forks source link

cancelButton and doneButton position not correct #24

Closed Vincentzzg closed 6 years ago

Vincentzzg commented 7 years ago

I drage IQActionSheetPickerView code to my project, and copy this code after: IQActionSheetPickerView *picker = [[IQActionSheetPickerView alloc] initWithTitle:@"" delegate:self]; [picker setTitlesForComponents:@[@[@"First", @"Second", @"Third", @"Four", @"Five"]]]; [picker show];

after run it, i found the cancelButton and doneButton frame not correct.

2017-09-22 11 18 35

Vincentzzg commented 7 years ago

iOS11