å®è£ å®è£ ãã¦ã¿ãããã¾ãã«ã¹ã¿ã ãã¥ã¼ãå®ç¾©ãã¦ããã @interface CustomView : UIView { UIColor* color; } @end åæåæã«ã©ã³ãã ãã©ããªè²ã決ãã¦ãã®è²ã§å¡ãã¤ã¶ãã @implementation CustomView - (id)initWithFrame:(CGRect)frame { if ((self = [super initWithFrame:frame])) { // Initialization code CGFloat red = (rand()%255) / 255.0; CGFloat green = (rand()%255) / 255.0; CGFloat blue = (rand()%255) / 255.0; color = [UIColor colorWithRed:red green:green
{{#tags}}- {{label}}
{{/tags}}