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