BFAppLinkReturnToRefererView Class Reference
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
-
delegate
property -
textColor
property -
refererAppLink
property -
includeStatusBarInSize
property -
closed
property
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