自动调整大小不适用于Storyboard App

时间:2015-03-31 14:33:12

标签: ios storyboard xcode6 autoresize

这对我来说很新..在Github上有自定义日历库DSLCalendarView, 问题是,当我尝试在我的故事板应用程序中使用它时,它不会调整iPhone 6和更高版本的视图但奇怪的是,当我运行下载的Github应用程序的演示时,它实际上适合iPhone 6的屏幕尺寸加上大小的手机。

我在那里使用了文件,因为它在我的项目中。但不确定出了什么问题? 我也在xib控制器中使用了customView而不是故事板但是出现了同样的问题。

following autoresize mask i add to the view which is exactly same as in there demo app

以上autoresize mask我添加到视图中,这与demo app中的完全相同 好的,我正在添加截图来解释我的问题

This is screen shot of Github downloaded project in iPhone 6 simulator

这是Github在iPhone 6模拟器中下载项目的屏幕截图

and this is for my project screenshot in which it is resize the view

这是我的项目截图,其中调整了视图

2 个答案:

答案 0 :(得分:0)

在ViewDidLoad中尝试此操作

dlCalanderView.autoresizingMask = UIViewAutoresizing.FlexibleWidth

答案 1 :(得分:-1)

只是链接答案..我从Github论坛DSLCalendarView issues

得到它