Last active
April 9, 2017 18:03
-
-
Save pffan91/f5ad57b3adac965b44fb4321f09e57f5 to your computer and use it in GitHub Desktop.
DecomposingViewControllerAnimations_CallFunction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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