Popover label for iOS
- Dynamically scales to text content
- Scale & Opacity Intro/Outro animation
- Animates from arrow origin
- Uses AutoLayout
- Customizable through extension overridable methods
- Rounded corners
- Positional arrow (Top/Bottom)
- Dropshadow (Stylable)
- Aesthetically accurate equilateral based arrow
- Optionally rounded arrow
- Carthage
github "eonist/Popover-label" "master"
- Manual Open
.xcodeproj
- CocoaPod (Coming soon)
let label:PopoverLabel = .init(text:"♥ 4",style:PopoverLabel.defaultStyle,alignment:.bottom)
self.view.addSubview(label)
label.hide()/*Set init state to hidden*/
label.intro()/*Begins the looping animation*/