setModalTransitionStyle 和 setModalPresentationStyle,设置视图的大小
我创建一个 UIViewController (一个自定义日历,其大小为 550x440),当我按下按钮时它必须出现;问题是,如果我使用 setModalPresentationStyle 和 setModalTransitionStyle 他们会改变我的视图的大小;我可以设置这些演示文稿的大小吗?
I create a UIViewController (a custom calendar and its size is 550x440) and when i push a button it must be appear; the problem is that if I use setModalPresentationStyle and setModalTransitionStyle they change size of my view; can I set the size for these presentation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我找到一个解决方案:
I find a solution:
也许您想更改设计以将日历实现为弹出窗口:
Maybe you want to change your design to implement your calendar as a popover: