Skip to content

Instantly share code, notes, and snippets.

@KentarouKanno
Last active October 2, 2016 07:16
Show Gist options
  • Save KentarouKanno/d72d2ea7385d8bb9dd1e4eefac354f42 to your computer and use it in GitHub Desktop.
Save KentarouKanno/d72d2ea7385d8bb9dd1e4eefac354f42 to your computer and use it in GitHub Desktop.
VTAcknowledgementsViewController

VTAcknowledgementsViewController

vtourraine/VTAcknowledgementsViewController

  • Pods/Target Support Files/Pods-{project}/Pods-{project}-acknowledgements.plistの階層にplistが作成されるのでプロジェクトに追加する
  • 取り込んだplistの名前をPods-acknowledgements.plistに変更する
// 実装

if let acknowledgementesVC = VTAcknowledgementsViewController.acknowledgementsViewController() {
    acknowledgementesVC.title = "謝辞"
    navigationController?.pushViewController(acknowledgementesVC, animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment