All Projects → eonist → Popover-label

eonist / Popover-label

Licence: other
Popover label for iOS

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Popover-label

React Awesome Popover
A smart popover component with animation support for ReactJS
Stars: ✭ 192 (+336.36%)
Mutual labels:  popover
Teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
Stars: ✭ 2,845 (+6365.91%)
Mutual labels:  popover
toppy
Overlay library for Angular 7+
Stars: ✭ 81 (+84.09%)
Mutual labels:  popover
Ember Tooltips
Easy and extendible tooltips for Ember components - http://sir-dunxalot.github.io/ember-tooltips/
Stars: ✭ 205 (+365.91%)
Mutual labels:  popover
You Dont Need Javascript
CSS is powerful, you can do a lot of things without JS.
Stars: ✭ 16,514 (+37431.82%)
Mutual labels:  popover
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (-34.09%)
Mutual labels:  shadow
Popover
Popover component for Angular
Stars: ✭ 187 (+325%)
Mutual labels:  popover
react-layer-stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 158 (+259.09%)
Mutual labels:  popover
React Text Selection Popover
Selection based Text UI made easy
Stars: ✭ 245 (+456.82%)
Mutual labels:  popover
DC-ShadowNet-Hard-and-Soft-Shadow-Removal
[ICCV2021]DC-ShadowNet: Single-Image Hard and Soft Shadow Removal Using Unsupervised Domain-Classifier Guided Network, https://arxiv.org/abs/2207.10434
Stars: ✭ 81 (+84.09%)
Mutual labels:  shadow
Spstorkcontroller
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,494 (+5568.18%)
Mutual labels:  popover
Ccnstatusitem
CCNStatusItem is a subclass of NSObject to act as a custom view for NSStatusItem. It supports a customizable statusItemWindow handling any viewController for presenting the content.
Stars: ✭ 223 (+406.82%)
Mutual labels:  popover
MacOSX-VFS-redirector
Mac OS X file system filter to redirect file operations
Stars: ✭ 38 (-13.64%)
Mutual labels:  shadow
React Popup
React popup component
Stars: ✭ 198 (+350%)
Mutual labels:  popover
android-multibackground
This library can easily apply round corner、stroke、shadow and different state effects to background drawable.
Stars: ✭ 18 (-59.09%)
Mutual labels:  shadow
React Native Popover View
A well-tested, adaptable, lightweight <Popover> component for react-native
Stars: ✭ 191 (+334.09%)
Mutual labels:  popover
Ampoptip
An animated popover that pops out a given frame, great for subtle UI tips and onboarding.
Stars: ✭ 2,854 (+6386.36%)
Mutual labels:  popover
react-native-popable
Popovers, tooltips for React Native
Stars: ✭ 298 (+577.27%)
Mutual labels:  popover
react-shadow-scroll
Component that customizes the list and inserts shadow when scrolling exists
Stars: ✭ 28 (-36.36%)
Mutual labels:  shadow
react-popper
🍿⚛Official React library to use Popper, the positioning library
Stars: ✭ 2,415 (+5388.64%)
Mutual labels:  popover

mit platform Lang codebeat badge Carthage compatible SwiftLint Sindre

Popover-label

img

What is it

Popover label for iOS

How does it work

  • 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

How do I get it

  • Carthage github "eonist/Popover-label" "master"
  • Manual Open .xcodeproj
  • CocoaPod (Coming soon)

Dependencies

Example:

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*/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].