Guest User

Untitled

a guest
Jan 21st, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. func resizeContainer() {
  2. ContainerBottomConstraint.constant = Constants.playingNowBarHeight
  3. }
  4.  
  5. if let vc = viewControllers?[0] as? MainViewController {
  6. vc.resizeContainer()
  7. }
Add Comment
Please, Sign In to add comment