FBNativeAdViewAttributes
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Describes the look and feel of a native ad view.

Conforms to:NSCopying
Inherits from:NSObject
Declared in:FBNativeAdViewAttributes.h
속성
backgroundColor

Background color of the native ad view.

@property (nonatomic, copy) UIColor *backgroundColor;
정의된 값: FBNativeAdViewAttributes.h
buttonBorderColor

Border color of the call to action button. If nil, no border is shown.

@property (nonatomic, copy) UIColor *buttonBorderColor;
정의된 값: FBNativeAdViewAttributes.h
buttonColor

Background color of the call to action button.

@property (nonatomic, copy) UIColor *buttonColor;
정의된 값: FBNativeAdViewAttributes.h
buttonTitleColor

Color of the call to action button's title label.

@property (nonatomic, copy) UIColor *buttonTitleColor;
정의된 값: FBNativeAdViewAttributes.h
buttonTitleFont

Font of the call to action button's title label.

@property (nonatomic, copy) UIFont *buttonTitleFont;
정의된 값: FBNativeAdViewAttributes.h
descriptionColor

Color of the description label.

@property (nonatomic, copy) UIColor *descriptionColor;
정의된 값: FBNativeAdViewAttributes.h
descriptionFont

Font of the description label.

@property (nonatomic, copy) UIFont *descriptionFont;
정의된 값: FBNativeAdViewAttributes.h
titleColor

Color of the title label.

@property (nonatomic, copy) UIColor *titleColor;
정의된 값: FBNativeAdViewAttributes.h
titleFont

Font of the title label.

@property (nonatomic, copy) UIFont *titleFont;
정의된 값: FBNativeAdViewAttributes.h
클래스 메서드
defaultAttributesForType:

Returns default attributes for a given type.

매개변수설명
type

The type for this layout.

+ (instancetype) defaultAttributesForType:(FBNativeAdViewType)type;
정의된 값: FBNativeAdViewAttributes.h