Re: Activity Screen on top of keyboard?
No,
I don't know if ActionSheet is the right choice for me. I am looking for a semi-transparent view that can be laid on top of the keyboard when I am processing the send or submit button. Once the data gets loaded I need to remove the semi-transparent view and remove the keyboard.
If you try sending a text message using the SMS application on your phone, you will see what I am trying to do.
I have tried several things like, bringSubviewToFront or sendSubviewToBack on the main view. But nothing works,
Thanks,
Javid
|