I've got a UIViewController
with an additional small UIView
I created on top of it (subview). When I click a button this view hovers to the center of the screen. The issue is the i've got a UITextField
in the additional UIView
and i cannot seem to get the return key to work.
Although I set my IBAction
to the event "Editing did end" of the text field, when i click the return key, the IBAction
doesn't run.
What am I doing wrong?