vote up 0 vote down star

This may seem like a stupid question, but i can't quite remember how to subclass a UIView. Can anyone point me in the right direction?

flag

1 Answer

vote up 3 vote down check

example (.h file):

#import <UIKit/UIKit.h>

@interface MySubclassedView : UIView 
{

}

@end

Or, just add a new class to your project and tell XCode to subclass UIView and the template will be created.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.