the code: [_contentView setBackgroundColor:[UIColor whiteColor]]; i want to change it to black and the contentView is Private, how can i modify.
the code:
[_contentView setBackgroundColor:[UIColor whiteColor]]; i want to change it to black
and the contentView is Private, how can i modify.