Declared in FBSDKLikeControl.h

FBSDKLikeControlStyle

NS_ENUM (NSUInteger, FBSDKLikeControlStyle)

Specifies the style of a like control.

Definition

typedef NS_ENUM(NSUInteger, FBSDKLikeControlStyle ) {
   FBSDKLikeControlStyleStandard = 0,
   FBSDKLikeControlStyleBoxCount,
};

Constants

FBSDKLikeControlStyleStandard

Displays the button and the social sentence.

Declared In FBSDKLikeControl.h.

FBSDKLikeControlStyleBoxCount

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

Declared In FBSDKLikeControl.h.

Declared In

FBSDKLikeControl.h