Inherits from UIView
Declared in FBNativeAd.h

Overview

@class FBAdStarRatingView

@abstract Helper view that draws a star rating based off a native ad.

Properties

FB_DEPRECATED

The current rating from an FBNativeAd. When set, updates the view.

@property (nonatomic) struct FBAdStarRating rating FB_DEPRECATED

Declared In

FBNativeAd.h

Instance Methods

initWithFrame:withStarRating:

@method

- (instancetype)initWithFrame:(CGRect)frame withStarRating:(struct FBAdStarRating)starRating

Parameters

frame

Frame of this view.

starRating

Star rating from a native ad.

Discussion

@abstract Initializes a star rating view with a given frame and star rating.

Declared In

FBNativeAd.h