Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B Bolts-ObjC
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BoltsFramework
  • Bolts-ObjC
  • Merge requests
  • !132

Added sample app to demonstrate usage of BFAppLinkReturnToRefererController

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/widescape/BoltsSampleApp into master Aug 26, 2015
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 13

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.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/widescape/BoltsSampleApp