简体   繁体   English

如何在另一个 storyboard 中显示 iphone 图像

[英]How can I show the iphone image in another storyboard

I am new at making iOS apps.我是制作 iOS 应用程序的新手。 My main storyboard shows the iphone layout where I can enter the txts and label items main storyboard我的主要 storyboard 显示了 iphone 布局,我可以在其中输入 txt 和 label 项目主要 storyboard

my other storyboard which I am calling register is not showing the iphone.我正在调用的其他 storyboard 没有显示 iphone。 How can I fix it.我该如何解决。

register storyboard寄存器 storyboard

Your storyboard is empty so you should add some items into storyboard ->您的 storyboard 是空的,因此您应该将一些项目添加到 storyboard ->

CMD + Shift + L > select UIViewController > drag and drop the item in interface builder CMD + Shift + L > select UIViewController > 在界面构建器中拖放项目


Please check this source to find more请检查此来源以了解更多信息

Ray Wenderlich - iOS Storyboards Ray Wenderlich - iOS 故事板

暂无
暂无

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

相关问题 如何使用storyboard将图像传递给另一个viewcontroller - how can i pass image to another viewcontroller using storyboard 如何在故事板中使用pdf作为图像? - How can i use a pdf as a image in storyboard? 如何使用StoryBoard在iPad上的Popover中显示UIDatePicker? - How can I show a UIDatePicker inside a Popover on iPad using StoryBoard? 如何在单独的故事板上显示另一个视图 - How can I display another view in a seperate storyboard 如何使用蒙版裁剪图像并将其与iPhone上的其他图像(背景)合并? (OpenGL ES 1.1是首选) - How can I crop an Image with mask and combine it with another image (background) on iPhone? (OpenGL ES 1.1 is preferred) 如何在iPhone中的图像上添加文本? - How can I add a text on an image in iphone? 如何为所有ipad和iphone创建通用的xib,而又不为iphone和ipad创建单独的xib? 不是情节提要 - How can i create common xib for all ipads and iphones without creating seprate xibs for iphone and ipad? Not storyboard 如何使用一个故事板用于带有自动布局(ios6 + ios7)的4英寸和3.5英寸iphone屏幕? - how can I use one storyboard for 4“ and 3.5” iphone screens with autolayout (ios6 + ios7)? 如何在iOS7上为iPhone 3.5英寸创建单独的.storyboard? - How can I create a separate .storyboard for iPhone 3.5 inch on iOS7? 我有多个情节提要。 如何使用AppDelegate在另一个情节提要中打开另一个ViewController? (Segue) - I have multiple storyboards. How can I use AppDelegate to open another ViewController in another storyboard? (Segue)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM