VHBoomMenuButton alternatives and similar libraries
Based on the "Menu" category.
Alternatively, view VHBoomMenuButton alternatives based on common mentions on social networks and blogs.
-
PageMenu
A paging menu controller built from other view controllers placed inside a scroll view (like Spotify, Windows Phone, Instagram) -
SideMenu
Simple side/slide menu control for iOS, no code necessary! Lots of customization. Add it to your project in 5 minutes or less. -
SlideMenuControllerSwift
iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift. -
CircleMenu
:octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Swift UI library made by @Ramotion -
BTNavigationDropdownMenu
The elegant yet functional dropdown menu, written in Swift, appears underneath the navigation bar to display a list of defined items when a user clicks on the navigation title. -
GuillotineMenu
Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine. -
PagingKit
PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries. -
CategorySliderView
slider view for choosing categories. add any UIView type as category item view. Fully customisable -
DTPagerController
A fully customizable container view controller to display a set of ViewControllers in a horizontal scroll view. Written in Swift. -
RadialMenu
RadialMenu is a custom control for providing a touch context menu (like iMessage recording in iOS 8) built with Swift & POP -
RHSideButtons
Library provides easy to implement variation of Android (Material Design) Floating Action Button for iOS. You can use it as your app small side menu. 🌶
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of VHBoomMenuButton or a related project?
README
VHBoomMenuButton
2.0.0 Comes Finally
After the version 2.0.0 has been published on Android platform, I started developing the new version for BMB on iOS platform. To be honest, it's not easy for me as a newbie in iOS-developing. I learned the Swift language to provide a Swift version of BMB and added some new features which can be found in Wiki.
And now, just enjoy BMB.
Pods
Swift
target 'Your Target Name' do
pod "VHBoomMenuButton/Swift"
use_frameworks!
end
Objective C
target 'Your Target Name' do
pod "VHBoomMenuButton/ObjC"
use_frameworks!
end
Wiki
Check the wiki to use BMB.
Documentation Chapters
- Basic Usage
How to use BMB in just several lines of code? - Simple Circle Button
Add simple circle buttons with just an image for each to BMB. - Text Inside Circle Button
Add text inside circle buttons with a text and image inside for each to BMB. - Text Outside Circle Button
Add text outside circle buttons with a text outside and an image inside for each to BMB. - Ham Button
Add ham buttons with with a text, sub-text and image inside for each to BMB. - Share Style
Make a share-style BMB. - Custom Position
Customize the number and positions of pieces and boom-buttons. - Button Place Alignments
Place all the buttons to anywhere on screen. - Different Ways to Boom
Different animations when the buttons boom or re-boom. - Ease Animations for Buttons
Use different and cute ease-animations for buttons. - Different Order for Buttons
Different order enum for boom-buttons. - Other Animations Attributes for Buttons
Delay, duration, rotate-degrees, frames... - Click Event and Listener
Listener for clicking each button or animation-states. - Control BMB
Boom or re-boom BMB programmatically. - Use BMB in Navigation Bar
How to put BMB in navigation bar? - Use BMB in Table View
Attentions when you need a BMB in table-view. - Attributes for BMB or Pieces on BMB
How to change the size or margins of dots on BMB? - Cache Optimization & Boom Area
What if I want BMB to boom in just its parent-view? - Change Boom Buttons Dynamically
Change boom-buttons dynamically. - Blur Background & Tip
Blur background when booming. - Fade Views
Add faded views on BMB. - Structure of BMB
- Version History
Issues & Feedbacks
Try to tell me the bugs or enhancements about BMB, or contact me with [email protected] / [email protected]. Before doing that, having a careful read on readme, wiki and issues is really helpful.
What I'm Doing
*Note that all licence references and agreements mentioned in the VHBoomMenuButton README section above
are relevant to that project's source code only.