Skip to content

MenuButton Animate with horizontal bars and gradient color using core animation

License

Notifications You must be signed in to change notification settings

tdle94/MenuButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MenuButton

Cute animated UI button micro interaction

The original design is given to Aashish Kumar

ezgif com-resize

How to use

You can just copy MenuButon.swift file to your project and start experimenting. No pod 😊

and just simply use it like any other UIView

let menuButton = MenuButton(frame: CGRect(x: view.frame.midX, y: view.frame.midY, width: 100, height: 100))
menuButton.ontap = { tapped in
  // Do something
}

view.addSubview(menuButton)

or in StoryBoard. Just set custom class to MenuButton

Webp net-resizeimage

Releases

No releases published

Packages

No packages published

Languages