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

DatePicker cancel and done buttons appear in Xcode build but not in testflight build. #350

Open zoufishanmehdi opened 7 years ago

zoufishanmehdi commented 7 years ago

Hi, I added this line picker?.toolbarButtonsColor = UIColor.blue to the ActionSheetDatePicker closure and it appear fine in the Xcode build. However, I archived the build and put it on testflight and now the cancel and done buttons are not visible anymore (they appear almost grayish white). I'm using iPhone 7 and iOS 10.3.2. Any ideas how to fix this? Thank you!

noorulain17 commented 3 years ago

@zoufishanmehdi please update if you're still facing this issue