skywinder / ActionSheetPicker-3.0

Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
http://skywinder.github.io/ActionSheetPicker-3.0
BSD 3-Clause "New" or "Revised" License
3.4k stars 740 forks source link

Compiler Warning fixed #415

Closed StefaniOSApps closed 4 years ago

StefaniOSApps commented 5 years ago

fixed compiler warning (UiBarButtonItem is not KindOfClass UiView)

StefaniOSApps commented 5 years ago

only ActionSheetDatePicker

skywinder commented 4 years ago

@StefaniOSApps I tried to build your versions - by analyzing via Xcode - looks it doesn't consider as warrnings. Looks like origin should be always kind of UIView. Isn't it? Can you explain, why did you made this changes?

StefaniOSApps commented 4 years ago

The pull request is a year old, so I can not answer a question about it. I only program with Swift.

skywinder commented 4 years ago

@StefaniOSApps got it. I will close it, since looks like it does not generate warrning now.

thanks for contributions anyway.