I have a viewcontroller from here I am getting a popover. From this popover i am presenting a view as modal view. There is a textview in it. When editing begins, the entire
If I guessed correctly then you need to set yourviewControler.modalPresentationStyle=UIModalPresentationPageSheet;
instead of what you are probably using right now yourviewControler.modalPresentationStyle=UIModalPresentationFormSheet;