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

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -