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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -