objective c - Guide about subclassing -


i'd create subclass of uialertview implement own defaut behaviors when users click on dialog's buttons.

it awesome if guide me through or point me guide subclassing?

thanks!

there not subclassing in objective c.

the standard syntax looks this.

@interface nsobjectsubclassedobject : nsobject {  } 

two things mention: multi-inheritance not supported , there's method "subclass" objects called categories.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -