UIViewã®boundsé åå¤ã«ã©ãã«ããã¿ã³ãä½æãã¦addSubviewãã¦ãããã®ã¾ã¾ã§ã¯è¡¨ç¤ºãããã boundsã§ã¯ãªãããã¦å¤å´ã表示ããªãããã«ããã«ã¯ãclipsToBoundsãYESã«è¨å®ããã UIView *subView = [[UIView alloc] initWithFrame:CGRectMake(10, 10, 200, 100)]; subView.backgroundColor = [UIColor lightGrayColor]; // boundsã§ã¯ãªãããã¦å¤å´ã表示ããªã subView.clipsToBounds = YES; [self.view addSubview:subView]; UILabel* label = [[UILabel alloc] initWithFrame:CGRectMake(200, 10, 100, 2
{{#tags}}- {{label}}
{{/tags}}