Xcode - 导航控制器内的视图控制器

发布于 2024-12-03 12:39:29 字数 214 浏览 0 评论 0原文

我已经设置了一个导航控制器,并将其中的视图控制器设置为我已经创建的另一个视图控制器的类。问题是,我有一个 UIDatePicker 捕捉到后一个视图控制器的底部,并且当应用程序加载时,UIDatePicker 被部分遮挡。

显然这是因为第二个视图控制器的高度大于导航控制器内视图控制器的高度。

抱歉,我知道这一切听起来很令人困惑,但是有人可以帮助我吗?

亲切的问候。

I have set up a navigation controller, and the view controller within that is set to the class of another view controller I have already created. The problem is, I have a UIDatePicker snapped to the bottom of the latter view controller, and when the app loads up the UIDatePicker is partially obscured.

Obviously this is because the height of the second view controller is larger than that of the view controller within the navigation controller.

I'm sorry, I know this all sound confusing, but can anyone help me out?

Kind regards.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

恋竹姑娘 2024-12-10 12:39:29

您需要设置视图和 UIDatePicker 的框架,以便它们不会相互遮挡。

You need to set the frames of both the view and the UIDatePicker so they do not obscure one another.

你的心境我的脸 2024-12-10 12:39:29

设置 view1 和 view2 的高度,使其不会遮挡日期选择器(因为您无法更改 datePicker 的大小)。

Set the view1 ad view2 height that doesn't obscure the date picker (As you cannot change the size of a datePicker).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文