我想做一个这样的弹出窗口:
http://www.touch-code-magazine.com/showing-a-popup-window-in-ios-class-for-download/
但是,它不适用于我的 xcode,因为我正在使用情节提要为 ios5 开发应用程序。你知道其他类似的例子吗?
提前致谢。
我想做一个这样的弹出窗口:
http://www.touch-code-magazine.com/showing-a-popup-window-in-ios-class-for-download/
但是,它不适用于我的 xcode,因为我正在使用情节提要为 ios5 开发应用程序。你知道其他类似的例子吗?
提前致谢。
故事板处理您正在谈论的那种窗口。
将您的 segue 设为“模态”、“表单”和“默认”
然后您的新窗口将大小设为“表单”。
这应该会让你得到与你想要的类似的东西,而无需求助于 NIB。
There is no reason you cannot create the view you need using a Nib file and then add that view pro grammatically with a VC controlled by storyboard.