I downloaded Xcode6 and created a simple project. When I select the object parameter C from a new file template, it creates a file name with the extension .m. I do not know how to create new .h and .m files in Xcode6.any help would be appreciated. thanks in advance
CMD + N -> iOs -> Cocoa Touch -> Objective-C Class
To create an Objective-C class, you must select the "Cocoa class" . This will create .h and .m files for you. Alternatively, you can manually add a βheader fileβ with the same name, but this just works more for the same one.
Source: https://habr.com/ru/post/1202417/More articles:Relative CSS paths invalid when using MVC w / Bundles - asp.net-mvcQScopedPointer, boost :: scoped_ptr - why complain about incomplete types? - c ++The keyboard does not work properly in ios7 (Xcode 6) - iosHow to display the keyboard in iOS8 - iosNSURLConnection timeout on iOS8 - cocoa-touchDoes Chrome not play mp3? - google-chromeFfmpeg dts not working - ffmpegA push notification displays an action / popup, not a message in the status bar - androidoverflow-y: scrolling does not work for chrome - javascriptGulp -compass compressing sass not working - cssAll Articles