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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

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