gpt4 book ai didi

c# - UIButtons 在设计时与运行时创建时在 UIImageView 上的显示不同

转载 作者:行者123 更新时间:2023-11-29 13:37:35 24 4
gpt4 key购买 nike

我在.xib 文件中添加了一些UIButton 对象,并在代码中添加了一些UIButton 对象。

但是现在我面临一个问题。缩放 UIImageView 时,通过代码添加的 UIButton 显示在 UIImageView 上,而使用 .xib 文件添加的 UIButton 显示在 UIImageView 下方。

添加代码的 UIButton 代码:

btnBrightness = UIButton.FromType (UIButtonType.RoundedRect);
btnBrightness.Frame = new RectangleF (540, 20, 95, 37);
btnBrightness.SetTitle ("Brightness", UIControlState.Normal);

更多详情: monotouch

最佳答案

解决我只是在 ViewDidLoad() 中添加一行代码

this.Add(UIImageView)

按照我的意愿使用这条线它的工作。

为所有按钮创建一个容器 View 并将按钮添加到其中

mainView.InsertSubview(buttonContainerView,mainView.Subviews.Count);

关于c# - UIButtons 在设计时与运行时创建时在 UIImageView 上的显示不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10117971/

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