UIViewController 边距

发布于 2024-12-27 03:56:52 字数 251 浏览 2 评论 0原文

我有一个简单的问题:如何从自定义 UINavigationController 调整 UIViewController 视图的大小,因为简单地设置它的框架是行不通的。

我尝试在我的 UIViewController 类别中覆盖所有 UIViews 的 setFrame,但效果不佳...

在 tableViewController 中我知道我可以设置>tableview's contentInset,但这并没有真正帮助我。

I have this a simple question: How do I resize a UIViewController's view from a custom UINavigationController, since it's not working to simply set it's frame.

I have tried to, in my UIViewControllercategory, override setFrame of all UIViews, which didn't go well...

In a tableViewController I know I can set the tableview's contentInset, but that doesn't really help me here.

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

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

发布评论

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

评论(1

回忆追雨的时光 2025-01-03 03:56:52

我认为您可以向 UIViewController 的视图的子视图添加另一个视图。然后改变这个内部视图的框架就很容易了。

I think you can add another view to your UIViewController 's view's subviews. Then change the frame of this internal view is easy.

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