I want to create a simple view over keyboard, when users tap \"Attach\" button in inputAccessoryView. Something like this:
Is there an easy way to do it? O
You can definitely add the view to your application’s window, and you can also add another window entirely. You can set its frame and level. The level could be UIWindowLevelAlert.
UIWindowLevelAlert