Browse Source

Refactor: clean up

kishikawa katsumi 10 years ago
parent
commit
95f845ad1f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Examples/Example-iOS/Example-iOS/AccountsViewController.swift

+ 1 - 0
Examples/Example-iOS/Example-iOS/AccountsViewController.swift

@@ -18,6 +18,7 @@ class AccountsViewController: UITableViewController {
     
     override func viewWillAppear(animated: Bool) {
         super.viewWillAppear(animated)
+        
         reloadData()
         tableView.reloadData()
     }