Skip to content

Commit

Permalink
Merge pull request #6 from graycampbell/navigation-title
Browse files Browse the repository at this point in the history
Add navigation title
  • Loading branch information
graycampbell committed Oct 4, 2017
2 parents 89d3dd8 + 200a31c commit 9f2164b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GCCountryPickerDemo/ViewController.swift
Expand Up @@ -44,6 +44,7 @@ extension ViewController {
let countryPickerViewController = GCCountryPickerViewController()

countryPickerViewController.delegate = self
countryPickerViewController.navigationItem.title = "Countries"

let navigationController = UINavigationController(rootViewController: countryPickerViewController)

Expand Down

0 comments on commit 9f2164b

Please sign in to comment.