backgroundColor

Declaration

@property(nonatomic, copy) UIColor *backgroundColor

Description 

The receiver’s background color.
Changes to this property can be animated. The default value is nil, which results in a transparent background color.

レシーバーの背景色。
このプロパティの変更をアニメーション化することが可能。初期設定の値はnilで、背景色は透明になっている。

Availability 

iOS (2.0 and later)

Declared 

UIView.h

Reference 

UIView Class Reference

Related 

alpha,clearsContextBeforeDrawing,clipsToBounds,hidden,layer,layerClass,opaque

Guides 

View Programming Guide for iOS

Samples 

AdvancedTableViewCells,CoreTextPageViewer,Recipes and Printing,UICatalog,iPhoneCoreDataRecipes

コメント