I am new iOS development but I know android at eclipse. For example I am lack a package, I can use ctrl+shift+o to import the package,if there is shortcut key at Xcode can help to import the .h file. Because sometimes I do not know my methods from which .h file.
you know when I add new Delegate to .h file,how to use shortcut key help me to add the need implement methods.
I am new iOS development but I know android at eclipse. For example I
Share
You don’t have that in Xcode, and honestly, at least in my perspective, I never really had the need to have it (and I am coming from an Android background). If you know what class you are using, you just have
#importor@classit. I prefer this way because it makes you aware of the dependencies between classes.