Hi there,
I have a UIView subclass and I want the keyboard to appear when it is the first responder (so a backspace can be detected to "delete" the view). I have tried making my UIView subclass adopt the UITextInputTraits protocol but it seems that's not enough to make the keyboard appear. How can this be done? Or is it only possible for UITextFields & UITextViews.
Thanks,
Mike