Wanna Scale up view inside 根据视图的大小,根据设备而变化

Posted

技术标签:

【中文标题】Wanna Scale up view inside 根据视图的大小,根据设备而变化【英文标题】:Wanna Scale up contents inside the view according the size of the view, which chages according to the device 【发布时间】:2013-02-20 09:43:14 【问题描述】:

我为 iPad 和 iPhone 共享相同的故事板。我在一个小视图中有内容。我想根据视图的大小放大该视图内的内容,该大小会根据安装的设备而变化。

【问题讨论】:

【参考方案1】:

尝试设置自动调整大小的掩码,例如

[YourView setAutoresizingMask:UIViewAutoresizingFlexibleBottomMargin|UIViewAutoresizingFlexibleLeftMargin|UIViewAutoresizingFlexibleRightMargin|UIViewAutoresizingFlexibleTopMargin|UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight];

希望对此有所帮助

【讨论】:

我放弃了这个想法,转而使用其他关于 ui 更改的想法。然而,我会在我的示例应用程序中尝试这个并回复你。感谢您的帮助。

以上是关于Wanna Scale up view inside 根据视图的大小,根据设备而变化的主要内容,如果未能解决你的问题,请参考以下文章

UIButton 子类忽略“Touch Up Inside”事件

UISlider 返回两个 Touch Up Inside 事件,为啥会这样?

带有 Touch Up Inside 和 Touch Repeat 的 UIButton?

iOS:UIButton touch up inside 不响应多次按下

第二个视图控制器中的 UIButton - Touch Up Inside 不起作用(Touch Down 可以)

ViewHolder Pattern with Views inside Views 显示重复