Skip to content

Instantly share code, notes, and snippets.

@Aymenworks
Created February 18, 2019 06:30
Show Gist options
  • Save Aymenworks/dff1fc9db33f2a0ee824448ca23b58d5 to your computer and use it in GitHub Desktop.
Save Aymenworks/dff1fc9db33f2a0ee824448ca23b58d5 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
}
// How big we want the button to scale
let maxScale: CGFloat = 1.3
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment