gpt4 book ai didi

ios - 如何在 UIPresentationController 中更改 View 的边界?

转载 作者:行者123 更新时间:2023-11-28 06:39:31 24 4
gpt4 key购买 nike

我使用 UIPresentationController 的子类在屏幕上显示一些 controller。我是这样准备的:

controller.transitioningDelegate = self
controller.modalPresentationStyle = .Custom
presentViewController(controller, animated: true, completion: nil)

但在 controller 中有一个 textField,我在那里添加了 UIKeyboardDidShowNotification 的观察者。是否可以在出现键盘时更新 View 的框架?

它是这样的:

enter image description here

由于键盘的原因,我需要更改该 View 的边界。

最佳答案

containerView?.setNeedsLayout() 需要在我更改任何内容后调用。

关于ios - 如何在 UIPresentationController 中更改 View 的边界?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38346889/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com