Skip to content

Instantly share code, notes, and snippets.

@AlexPinhasov
Last active February 24, 2019 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexPinhasov/8fe45071eb3537058530b04c11311886 to your computer and use it in GitHub Desktop.
Save AlexPinhasov/8fe45071eb3537058530b04c11311886 to your computer and use it in GitHub Desktop.
private var positionedVerticaly: Bool {
return view.frame.width/2 == centerX
}
if positionedVerticaly
if positionedVerticaly && positionedHorizontally
VS
if isPositionedVerticaly
if isPositionedVerticaly && isPositionedHorizontally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment