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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -