Created by: widescape
The sample app demonstrates how to implement the BFAppLinkReturnToRefererController
in your own app. It explains the following common issues:
- How to provide the received app link URL (
BFURL
) app-wide. - How to trigger the display of the return button in the current view controller and all preceding or following view controllers.
- How to configure the view that it behaves correctly after changed device orientation.
- How to automatically remove the return button on all view controllers in the current stack when the button isn't needed any more.