FBLikeControl
最新版本的 SDK 已不再提供此課程。
有此級別的更新版本。前往查看 最新版本。

UI control to like an object in the Facebook graph.

Discussion:

Taps on the like button within this control will invoke an API call to the Facebook app through a fast-app-switch that allows the user to like the object. Upon return to the calling app, the view will update with the new state and send actions for the UIControlEventValueChanged event.

Inherits from:UIControl
Declared in:FBLikeControl.h
資產
foregroundColor

The foreground color to use for the content of the receiver.

@property (nonatomic, strong) UIColor *foregroundColor;
宣告於: FBLikeControl.h
likeControlAuxiliaryPosition

The position for the auxiliary view for the receiver.

@property (nonatomic, assign) FBLikeControlAuxiliaryPosition likeControlAuxiliaryPosition;
宣告於: FBLikeControl.h
likeControlHorizontalAlignment

The text alignment of the social sentence.

@property (nonatomic, assign) FBLikeControlHorizontalAlignment likeControlHorizontalAlignment;
Discussion:

This value is only valid for FBLikeControlStyleStandard with FBLikeControlAuxiliaryPositionTop|Bottom.

宣告於: FBLikeControl.h
likeControlStyle

The style to use for the receiver.

@property (nonatomic, assign) FBLikeControlStyle likeControlStyle;
宣告於: FBLikeControl.h
objectID

The objectID for the object to like.

@property (nonatomic, copy) NSString *objectID;
Discussion:

This value may be an Open Graph object ID or a string representation of an URL that describes an Open Graph object. The objects may be public objects, like pages, or objects that are defined by your application.

宣告於: FBLikeControl.h
preferredMaxLayoutWidth

The preferred maximum width (in points) for autolayout.

@property (nonatomic, assign) CGFloat preferredMaxLayoutWidth;
Discussion:

This property affects the size of the receiver when layout constraints are applied to it. During layout, if the text extends beyond the width specified by this property, the additional text is flowed to one or more new lines, thereby increasing the height of the receiver.

宣告於: FBLikeControl.h
soundEnabled

If YES, a sound is played when the receiver is toggled.

@default YES

@property (nonatomic, assign, getter = isSoundEnabled) BOOL soundEnabled;
宣告於: FBLikeControl.h
Typedefs
NS_ENUM

Specifies the position of the auxiliary view relative to the like button.

typedef NS_ENUM(NSUInteger, FBLikeControlAuxiliaryPosition) {
FBLikeControlAuxiliaryPositionInline,
FBLikeControlAuxiliaryPositionTop,
FBLikeControlAuxiliaryPositionBottom,
};
Discussion:

(NSUInteger, FBLikeControlAuxiliaryPosition)

宣告於: FBLikeControl.h
NS_ENUM

Specifies the horizontal alignment for FBLikeControlStyleStandard with FBLikeControlAuxiliaryPositionTop or FBLikeControlAuxiliaryPositionBottom.

typedef NS_ENUM(NSUInteger, FBLikeControlHorizontalAlignment) {
FBLikeControlHorizontalAlignmentLeft,
FBLikeControlHorizontalAlignmentCenter,
FBLikeControlHorizontalAlignmentRight,
};
Discussion:

FBLikeControlHorizontalAlignment)

宣告於: FBLikeControl.h
NS_ENUM

Specifies the style of a like control.

typedef NS_ENUM(NSUInteger, FBLikeControlStyle) {
FBLikeControlStyleStandard = 0,
FBLikeControlStyleBoxCount,
FBLikeControlStyleButton,
};
常數簡介
FBLikeControlStyleStandard

Displays the button and the social sentence.

FBLikeControlStyleBoxCount

Displays the button and a box that contains the like count.

FBLikeControlStyleButton

Displays the button only.

Discussion:

(NSUInteger, FBLikeControlStyle)

宣告於: FBLikeControl.h
NS_ENUM(NSUInteger,

Specifies the horizontal alignment for FBLikeControlStyleStandard with FBLikeControlAuxiliaryPositionTop or FBLikeControlAuxiliaryPositionBottom.

typedef NS_ENUM(NSUInteger, FBLikeControlHorizontalAlignment) {
FBLikeControlHorizontalAlignmentLeft,
FBLikeControlHorizontalAlignmentCenter,
FBLikeControlHorizontalAlignmentRight,
};
Discussion:

FBLikeControlHorizontalAlignment)

宣告於: FBLikeControl.h