Hover

screenshot of Hover

The smartest floating button

Overview:

Hover is a draggable floating action button (FAB) tool that allows users to stay in one place in the air while offering functionality inspired by Apple's session Designing Fluid Interfaces and Nathan Gitter's fluid-interfaces. It always sticks to the nearest corner to avoid blocking content and can be easily moved to any other corner with a single swipe.

Features:

  • Draggable: Users can easily drag the floating action button (FAB) to any desired position on the screen.
  • Adaptive Placement: Hover automatically sticks to the nearest corner to prevent obstructing content.
  • Single Swipe Movement: Users can quickly move the button to any corner with just a single swipe.

CocoaPods:

Add the following line to your podfile:

pod 'Hover'

And then run the following command in the terminal:

$ pod install

Carthage:

Add the following line to your cartfile:

github "pedrommcarrasco/Hover" ~> 1.1.2

And then run the following command in the terminal:

$ carthage update

Swift Package Manager:

To include Hover into a Swift Package Manager package, add it to the dependencies attribute defined in your Package.swift file. For example:

dependencies: [
    .package(url: "https://github.com/pedrommcarrasco/Hover.git", from: "1.1.2")
]

Summary:

Hover is a draggable floating action button (FAB) tool that allows users to easily move the button to any corner of the screen. It automatically sticks to the nearest corner to avoid obstructing content and offers a smooth swipe movement for repositioning. The installation of Hover is available through CocoaPods, Carthage, and Swift Package Manager. The tool offers features like draggable functionality, adaptive placement, and single swipe movement. Overall, Hover provides a convenient and versatile floating action button solution for iOS applications.

ui-kit
UI Kits & Components

A UI kit provides developers with a set of reusable components that can be easily integrated into a website or application. These components are pre-designed with consistent styling and functionality, allowing developers to save time and effort in the design and development process. UI kits can be either custom-built or third-party, and often include components for buttons, forms, typography, icons, and more.