Created
December 15, 2016 05:25
-
-
Save artemnovichkov/95bc79a3233514419002792da188bb36 to your computer and use it in GitHub Desktop.
UIView with magic
This file contains 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
import UIKit | |
extension UIView { | |
func вжух() { | |
setNeedsLayout() | |
layoutIfNeeded() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment