don't want the modal view to move up on keyboard show

前端 未结 1 1525
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-20 10:26

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

1条回答
  •  一向
    一向 (楼主)
    2021-01-20 10:57

    If I guessed correctly then you need to set yourviewControler.modalPresentationStyle=UIModalPresentationPageSheet;

    instead of what you are probably using right now yourviewControler.modalPresentationStyle=UIModalPresentationFormSheet;

    0 讨论(0)
提交回复
热议问题