You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi, I added this line
picker?.toolbarButtonsColor = UIColor.blue
to theActionSheetDatePicker
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!The text was updated successfully, but these errors were encountered: