mercredi 8 février 2017

Custom inputAccessoryView doesn't show up in iPad simulator

Vote count: 0

I'm trying to implement custom inputAccessoryView. Everything works well in iPhone, but when I run in iPad Simulator these vars even aren't called:

override var inputAccessoryView: UIView?
{
    return self.containerView;
}

override var canBecomeFirstResponder: Bool
{
    return true;
}

What is the difference between iPad and iPhone environment?

asked 25 secs ago

Let's block ads! (Why?)



Custom inputAccessoryView doesn't show up in iPad simulator

Aucun commentaire:

Enregistrer un commentaire