我只是在导航控制器中设置背景图像

发布于 2024-12-11 19:24:09 字数 863 浏览 0 评论 0原文

首先,

[MainWindow.xib]

视图控制器设置一个控制器(自定义类)

[Acontroller.xib]

视图

  • imageview(a.png)
  • 滚动视图。 。 。

所以,我看到了一个背景图片(a.png)。和scrollview做了一个操作。

但。我现在设置了navi控制器。

[MainWindow.xib]

导航控制器

-view 控制器设置 A 控制器(自定义类)

[A Controller.xib]

-View

  • Image 视图
  • Scrollw 视图 。 。 。

现在看不到背景图片。

只有黑色背景。

我尝试将图像视图放入导航控制器中。

[MainWindow.xib]

导航控制器

  -View controller set A controller(cutom class)
  -image view

[A controller.xib]

视图

 -scroll view

所以我可以看到背景图像。但不工作滚动视图

我想看到背景图像并做滚动视图工作。

如何??

first ,

[ MainWindow.xib ]

view controller set A controller (custom class)

[A controller.xib]

View

  • imageview (a.png)
  • scrollview.
    .
    .

So, I saw a background image(a.png). and scrollview did a operate.

but. I set navi controller now .

[MainWindow.xib]

navigation controller

-view controller set A controller (customclass)

[A Controller.xib]

-View

  • Image view
  • Scrollw view
    .
    .
    .

can't see a background image now.

only black background is in.

I try put image view in navigation controller .

[MainWindow.xib]

navigation controller

  -View controller set A controller(cutom class)
  -image view

[A controller.xib]

view

 -scroll view

So I can see a background image. but don't work scrollview

I would like see a background image and do work scrollview.

How??

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

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

发布评论

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

评论(1

你列表最软的妹 2024-12-18 19:24:09

在第二种情况下,您的 UIScrollView 不起作用,因为您的 UIImageView 是稍后添加的。

您可以尝试先添加子视图UIImageView,然后添加背景颜色清晰的UIScrollView

In second case your UIScrollView doesn't work because your UIImageView was added later.

You can try to add firstly as subview UIImageView and then add UIScrollView with clear background color.

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