forked from TimCinel/ActionSheetPicker
-
-
Notifications
You must be signed in to change notification settings - Fork 736
Open
Description
Here the code
let picker = ActionSheetDatePicker(
title: "Jam",
datePickerMode: UIDatePicker.Mode.time,
selectedDate: self.selectedTimeDate.date,
target: self,
action: #selector(EventFormViewController.timePicked(_:)),
origin: self.view
)
picker?.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white]
picker?.pickerBackgroundColor = UIColor.black
picker?.toolbarBackgroundColor = UIColor.black
picker?.setTextColor(UIColor.white)
picker?.toolbarButtonsColor = UIColor.blue
picker?.show()
is there any chance to change to text color on light theme?
Thanks
Metadata
Metadata
Assignees
Labels
No labels
