Advertisement
Guest User

Untitled

a guest
May 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // MARK: - Overrides
  2.  
  3. override func pushViewController(_ viewController: UIViewController, animated: Bool) {
  4. super.pushViewController(viewController, animated: animated)
  5. self.setupCustomBackButton(viewController: viewController)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement