Advertisement
Guest User

Untitled

a guest
Nov 6th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. override func viewWillAppear(_ animated: Bool) {
  2. super.viewWillAppear(animated)
  3.  
  4. var myPath = NSIndexPath(forRow: 15, inSection: 1)
  5. menuTableView.selectRowAtIndexPath(myPath, animated: false, scrollPosition: UITableViewScrollPosition.None)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement