I need to add a Return key to a numeric keyboard (BTW, how is it it does not exist in standard ?)
Any chance you can just do this with an inputAccessoryView? That’s a supported API and It Just Works™.
I guess I have to add subview to something else than UITextEffectsWindow (keyBoardWindow), but to what ?
I’m sure you know this already, but (for those in the wider audience who may not know) poking around in a private, undocumented view hierarchy is fragile and unsupported. That way madness lies.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: