Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Created January 18, 2019 02:21
Show Gist options
  • Save Aymenworks/a7d950c25e1e7d6f593ddea07a3c9a37 to your computer and use it in GitHub Desktop.
Save Aymenworks/a7d950c25e1e7d6f593ddea07a3c9a37 to your computer and use it in GitHub Desktop.
class SearchView: UIView {
// MARK: Properties
enum AnimationState: CGFloat {
case start = 0.0, full = 0.7, finalBigSize = 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment