Hello, im using the latest xcode version and im trying to find where i can create a new obj-c class. the older version had it so you could under the coca sections but those are no longer there either. If anyone could point me in the correct direction i would appriciate it! Thank you guys!!!
Cannot find how to create a new Obj-c class in xcode
Under the dialogue shown with File > New > File...,
you can choose:
Isn't it sufficient?
you can choose:
iOS/Cocoa Touch Class
macOS/Cocoa Class
...
Isn't it sufficient?
Thank you!