在纵向模式和横向模式下调整图像视图的大小
谁能告诉我如何调整图像视图的大小以在纵向和横向模式下显示图像。我想全屏显示它们。请帮忙,
谢谢, 克里斯蒂
Can anyone tell me about the way to resize my image view to show images in both portrait and landscape mode .i want to show them full screen .Please help
Thanks,
Christy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用类似的方法
,并从上面的代码中设置 leftmargin 和 right margin
Use like
and also set leftmargin ,right margin from above code
嘿,在 didOrientationChange 方法中更改图像视图的框架。就这么简单……!!
hey change the frame of the image view in the didOrientationChange method..Simple as that...!!