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

Tool bar buttons not appearing in testflight #362

Closed zoufishanmehdi closed 4 years ago

zoufishanmehdi commented 7 years ago

Hi, date picker tool bar buttons appear in Xcode but not in testflight. This is happening on iPhone 7 iOS 10 and iOS 11. Any ideas? Thank you. datepickertoolbarbuttonsnotvisible

yapiskan commented 6 years ago

That is happening for me as well. Also, couldn't find a way to change the colors.

yapiskan commented 6 years ago

@zoufishanmehdi I found this: https://stackoverflow.com/questions/46107640/ios11-uitoolbar-contentview

Just place the blelow code in createPickerToolbarWithTitle method of AbstractActionSheetPicker class before returning the pickertoolbar.

[pickerToolbar layoutIfNeeded];

skywinder commented 4 years ago

Feel free to reopen the issue, if you still need help. 👍