简体   繁体   中英

Tabbed icons & Keyboard not appearing in text field in Swift

I am working in Xcode 6 in swift. I am using the default UITabBarItem tab icons which are appearing in Main.storyboard, but are not appearing in the simulator (I am using the default images -- nothing uploaded). In addition, the keyboard is not appearing after touching into a text field. I am getting the following error:

Could not load the " " image referenced from a nib in the bundle with identifier "Project Name".

Note that this error is only happened after a segue into the tab bar controller. It is working correctly in prior views.

It looks like you have a bad layout which is pushing the tab icons off the screen. Suggest you use the Resolve AutoLayout Issues and check it out. Can't comment on the second issue without the code.

只需clear the constraints ,然后单击Add Missing Constraints

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM