Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Created January 18, 2019 01:39
Show Gist options
  • Save Aymenworks/7ff3d92f3299bb45c5215fa94f85e1e3 to your computer and use it in GitHub Desktop.
Save Aymenworks/7ff3d92f3299bb45c5215fa94f85e1e3 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