How to recognize a custom method from an iOS built-in method -



How to recognize a custom method from an iOS built-in method -

lets define class uiviewcontroller

@interface myviewcontroller : uiviewcontroller

so myviewcontroller used of uiviewcontroller class built-in methods loading view controller’s views such as

viewwillappear: viewdidappear:

and of custom methods defined such

elementstoadd: pressthis

is there way recognize custom method names built-in methods? there list of ios reserved built-in method names different classes?

ios methods

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

ubuntu - Bash Script to Check That Files Are Being Created -

Php operator `break` doesn't stop while -