以编程方式更改 iPhone 上的 UIImageview 位置
我创建了一个 iPhone 测验应用程序,其中一些问题有图像,有些问题没有图像。为此,我使用 UItextfield
来显示问题,并使用 UIImageView
来显示问题图像。但是,当出现没有图像的问题时,问题会显示在 xib 的上方,而选项会显示在 xib 的下方,这是不好的。我想更改图像视图和文本字段的位置以对应问题图像。如何更改 uicontrol 的位置?请帮助我。提前致谢。
I have create a iPhone quiz application where some questions have image and some is without image. For this I took a UItextfield
for displaying question and a UIImageView
for displaying question Image. But when question without image is appears then the question is displayed upper size of the xib and options are displayed lower side of the xib which is not good. I want to change the position of the image view and text field with correspond to question image. How can i change the position of uicontrol?. Plz help me. Thanks in advanced.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是重新定位/调整 UIView 大小的方法。
This is how you reposition / resize a UIView.