Xcode6 New Project

Source: Internet
Author: User

New Empty project in Xcode6(2014-10-29 13:14:44) reproduced
Tags:itios Category: IOS
upgrade Xcode6 After the direct establishment of the empty project found that this is too pit, really is nothing ah. There's only one way to change.summarized as follows:1. Create a single view application2. Open Info.plist (Don't tell me where to find info.plist), delete the Launch screen interface file base name and main main storyboard file B ASE name 3. Delete Main.storyboard and Launchscreen.xib4. Modify the following in APPDELEGATE.M - (BOOL) Application: (UIApplication*) Application Didfinishlaunchingwithoptions: (Nsdictionary*) Launchoptions {
Override point for customization after applicationlaunch.
Self.Window=[[UIWindowAlloc]initWithFrame:[[UIScreenMainscreen]Bounds]];

Viewcontroller*vc= [[ViewcontrollerAlloc]Init];
[Self.WindowSetrootviewcontroller: VC];

[Self.window makekeyandvisible     
    return yes}
5. Then run the program and find that the program interface on the iphone5s is only iPhone4 on the size. This is all an old problem, add a picture [email protected]. OK, all done ...

Xcode6 New Project

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.