Inherits from UIView
Declared in BFAppLinkReturnToRefererView.h

Overview

Provides a UIView that displays a button allowing users to navigate back to the application that launched the App Link currently being handled, if the App Link contained referer data. The user can also close the view by clicking a close button rather than navigating away. If the view is provided an App Link that does not contain referer data, it will have zero size and no UI will be displayed.

Tasks

Other Methods

Internal Methods

Properties

closed

Indicates whether the user has closed the view by clicking the close button.

@property (nonatomic, assign) BOOL closed

Discussion

Indicates whether the user has closed the view by clicking the close button.

Declared In

BFAppLinkReturnToRefererView.h

delegate

The delegate that will be notified when the user navigates back to the referer.

@property (nonatomic, weak) id<BFAppLinkReturnToRefererViewDelegate> delegate

Discussion

The delegate that will be notified when the user navigates back to the referer.

Declared In

BFAppLinkReturnToRefererView.h

includeStatusBarInSize

Indicates whether to extend the size of the view to include the current status bar size, for use in scenarios where the view might extend under the status bar on iOS 7 and above; this property has no effect on earlier versions of iOS.

@property (nonatomic, assign) BFIncludeStatusBarInSize includeStatusBarInSize

Discussion

Indicates whether to extend the size of the view to include the current status bar size, for use in scenarios where the view might extend under the status bar on iOS 7 and above; this property has no effect on earlier versions of iOS.

Declared In

BFAppLinkReturnToRefererView.h

refererAppLink

@property (nonatomic, strong) BFAppLink *refererAppLink

textColor

The color of the text label and close button.

@property (nonatomic, strong) UIColor *textColor

Discussion

The color of the text label and close button.

Declared In

BFAppLinkReturnToRefererView.h

Instance Methods

statusBarHeight

- (CGFloat)statusBarHeight