ios - xcode shortcut key import h file and add the Delegate methods -
i new ios development know android @ eclipse. example lack package, can use ctrl+shift+o import package,if there shortcut key @ xcode can import .h
file. because not know methods .h
file. know when add new delegate .h
file,how use shortcut key me add need implement methods.
you don't have in xcode, , honestly, @ least in perspective, never had need have (and coming android background). if know class using, have #import
or @class
it. prefer way because makes aware of dependencies between classes.
Comments
Post a Comment