Skip to content

An animated, customizable circular floating menu for iOS / Swift. Famously known as CircularFloatingActionMenu in Android.

License

Notifications You must be signed in to change notification settings

whitecloakph/WCCircularFloatingActionMenu

Repository files navigation

Sample Implementation

alt tag

Installation

Using CocoaPods:

use_frameworks!
pod 'WCCircularFloatingActionMenu'

Requirements

  • iOS 8.0+
  • Swift 2.0

Usage

  1. Add a UIButton in the storyboards.
  2. Change the button's class to WCCircularFloatingActionMenu
  3. Set the datasource and delegate (e.g. your view controller)
  4. Conform to the protocols in a similar way you would to a UITableView
  5. You may change positioning and animation properties in the UIBuilder itself

Notes

  1. A full demo is included in the source code
  2. We're pretty much open to any suggestions
  3. Almost everything is configurable, including the radius, start and end angles, blur and animation times.

License

Copyright 2017 White Cloak Technologies, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

An animated, customizable circular floating menu for iOS / Swift. Famously known as CircularFloatingActionMenu in Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •