I have an UiToolbar
, and I want to show it when tapped.
I have used UITextBox, and when I tap inside this textbox, this UiToolbar
is shows.
My Swift code is:
txf_provider.inputView = pickerProvider
txf_provider.inputAccessoryView = toolBar
Now, I want to tap to UILabel
. It shows, but property of Label has only get
method.