Contents

exyte/fan-menu

1. Create `UIView` in your storyboard or programatically.

Customization

FanMenu is created with Macaw, our vector graphics Swift library. Thanks to that, it can be easily modified and improved for your purposes.

All source code is located in one single file called FanMenu.swift. To modify the menu simply copy this file and apply necessary changes.

<img src="http://i.imgur.com/1JXF60f.gif" height="500">

Examples

To try out the FanMenu examples:

  • Clone the repo git clone git@github.com:exyte/fan-menu.git
  • Open terminal and run cd <FanMenuRepo>/Example
  • Run pod install to install all dependencies
  • Run xed . to open project in the Xcode
  • Try it!

We have the following examples:

Accounting & Financial Management. Inspired by Yingfang Xie.

Color Coding Microinteraction. Insipred by Filippos Protogeridis.

Inspired by Tice.

Installation

CocoaPods

pod 'FanMenu'

Carthage

github 'Exyte/fan-menu'

Manually

Drop FanMenu.swift into your project.

Requirements

  • iOS 9.0+ / macOS 10.12+
  • Xcode 10.2+

Package Metadata

Repository: exyte/fan-menu

Default branch: master

README: README.md