Skip to content

Instantly share code, notes, and snippets.

@shrawan2015
Created September 15, 2016 18:50
Show Gist options
  • Save shrawan2015/805703e1d61f4bafd1df06ba9031ef71 to your computer and use it in GitHub Desktop.
Save shrawan2015/805703e1d61f4bafd1df06ba9031ef71 to your computer and use it in GitHub Desktop.
Compact && Expand
if presentationStyle == .compact {
controller = initateCompactVC()
} else {
controller = initateExpandVC()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment