Skip to content

Commit

Permalink
fix reloadData()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro Hayashi committed May 26, 2018
1 parent 66d3e11 commit 9073b07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iOS Sample/iOS Sample/SimpleViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ class SimpleViewController: UIViewController {

menuViewController?.register(type: TitleLabelMenuViewCell.self, forCellWithReuseIdentifier: "identifier")
menuViewController?.registerFocusView(view: UnderlineFocusView())

menuViewController?.reloadData()
contentViewController?.reloadData()

}
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
Expand Down

0 comments on commit 9073b07

Please sign in to comment.