简体   繁体   English

将情节提要添加到现有代码

[英]Adding a storyboard to existing code

I was wondering how I would be able to add a story board to an existing code? 我想知道如何将故事板添加到现有代码中? I have experience in c++, c and java and I wanted to try programming an App. 我有c ++,c和java的经验,我想尝试对App进行编程。 On github I saw a project that I wanted to implement onto mine which is a side navigation. 在github上,我看到了一个我想实现到我的侧面导航项目。 ( https://github.com/twotoasters/TWTSideMenuViewController ) https://github.com/twotoasters/TWTSideMenuViewController

This project didn't have a storyboard so I was wondering if it was possible to add one and see exactly what it shows on the iphone simulator. 该项目没有情节提要,所以我想知道是否可以添加一个情节提要,并准确查看它在iphone模拟器上显示的内容。 Thanks in advance. 提前致谢。 (new to xcode/ object c trying to teach myself) (xcode /对象c尝试自学的新手)

右键单击项目“新建文件”->“用户界面”->“故事板”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将故事板添加到现有项目 - Adding storyboard to existing project 在现有项目中添加故事板支持 - Adding Storyboard support in existing project 将UIScrollView添加到Storyboard中的现有UIView - Adding a UIScrollView to an existing UIView in Storyboard 添加.xib,.h和。 m到现有的情节提要。 - Adding .xib , .h & . m to an existing storyboard. 如何快速使用代码移动到现有的UIViewController(在情节提要中) - How to move to an existing UIViewController (in storyboard) with code in swift 向UITableViewCell添加开关:故事板与代码 - Adding a switch to UITableViewCell: storyboard vs code 我可以在不添加 storyboard 的情况下更新现有的 iOS 应用程序吗? - Can I update my existing iOS app without adding a storyboard? Xcode 8.1无法将iPad的故事板添加到现有iPhone故事板的通用应用程序中 - Xcode 8.1 trouble adding storyboard for iPad to universal app with existing iPhone storyboard Facebook使用FBSDKLoginButton显示在情节提要和代码中添加的其他图片 - Facebook using FBSDKLoginButton showing different picture adding in storyboard and code Swift:在代码中但不在情节提要中包含UITableViewCell的同时在每个单元格中添加一个UIButton - Swift: Adding a UIButton in each cell while having a UITableViewCell in the code but not in the storyboard
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM