I created a project in xcode 4.2 using the storyboard function. I did most of the work, but now I found out that storyboards are not available on pre-iOS 5. Is there a way to remove this storyboard from a project without creating a new project? I don't want to do all the work again ... any suggestions?
Delete the base name of the main waste in the Info.plist file and add the name "Main nib" (that is, MainWindow in the standard templates) or specify the name of the application delegate class UIApplicationMain() in main.m
UIApplicationMain()
Source: https://habr.com/ru/post/899279/More articles:Magento and Moodle Integration - authenticationRhinoMock: how to stub and return a method with a complex object as a parameter - mockingDesign guidelines to support about 400+ concurrent users in a web application - performancehow does paint () work without calling in the main method? - javaSQL connection string to access Microsoft 2010.accdb - c #mvn release: crash from git branch: should pom.xml have the same version on master? - gitWhy is SBT 0.7.7 not working correctly on my Linux system? (case details inside) - linuxOverflow: hidden for rounded borders using css3pie in IE8? - javascriptWhat is the difference between httpconnection on J2ME and HttpUrlConnection on Android (http error 401) - androidstrange problems with C ++ exceptions with mingw - c ++All Articles