Text in UITextField moves up after editing (center while editing)

前端 未结 13 1109
执念已碎
执念已碎 2020-12-01 03:14

I have a strange problem. I have an UITextField in which the user should write the amount of something, so the field is called \"amountField\". Everything looks fine, when t

13条回答
  •  日久生厌
    2020-12-01 04:10

    Check the keyboard to change the view of the position of the pop-up if there is line of code self.view.layoutIfNeeded() Delete it.Good Luck!

提交回复
热议问题