[ios] view init some view

-(void)setFrame:(CGRect)frame {

[super setFrame:frame];

// do yr graphics stuff here

}