Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pffan91/f5ad57b3adac965b44fb4321f09e57f5 to your computer and use it in GitHub Desktop.
Save pffan91/f5ad57b3adac965b44fb4321f09e57f5 to your computer and use it in GitHub Desktop.
DecomposingViewControllerAnimations_CallFunction
// Created by Vladyslav Semenchenko on 09/04/2017.
// Copyright © 2017 Vladyslav Semenchenko. All rights reserved.
// MARK: - Private
func checkUser() {
// some code here and then
InitialViewControllerAnimations.animateLoginPresentation(imageHorizontalConstraint: ivLogoHorizontalConstraint, controlsContainer: controlsContainer)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment