Awesome
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.
<img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/TextInsideCircleButton.gif" width="400"/>
<img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/SquareAndPieceCornerRadius.gif" width="400"/>
<img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/BlurBackgroundAndTip.gif" width="400"/>
<img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/NavigationBar.gif" width="400"/>
<img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/TableView.gif" width="400"/>
<img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/Share.gif" width="400"/>
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 <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Basic-Usage-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Basic-Usage-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
How to use BMB in just several lines of code? - Simple Circle Button <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Simple-Circle-Button-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Simple-Circle-Button-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Add simple circle buttons with just an image for each to BMB. - Text Inside Circle Button <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Text-Inside-Circle-Button-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Text-Inside-Circle-Button-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Add text inside circle buttons with a text and image inside for each to BMB. - Text Outside Circle Button <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Text-Outside-Circle-Button-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Text-Outside-Circle-Button-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Add text outside circle buttons with a text outside and an image inside for each to BMB. - Ham Button <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Ham-Button-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Ham-Button-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Add ham buttons with with a text, sub-text and image inside for each to BMB. - Share Style <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Share-Style-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Share-Style-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Make a share-style BMB. - Custom Position <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Custom-Position-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Custom-Position-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Customize the number and positions of pieces and boom-buttons. - Button Place Alignments <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Button-Place-Alignments-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Button-Place-Alignments-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Place all the buttons to anywhere on screen. - Different Ways to Boom <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Different-Ways-to-Boom-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Different-Ways-to-Boom-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Different animations when the buttons boom or re-boom. - Ease Animations for Buttons <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Ease-Animations-for-Buttons-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Ease-Animations-for-Buttons-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Use different and cute ease-animations for buttons. - Different Order for Buttons <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Different-Order-for-Buttons-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Different-Order-for-Buttons-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Different order enum for boom-buttons. - Other Animations Attributes for Buttons <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Other-Animations-Attributes-for-Buttons-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Other-Animations-Attributes-for-Buttons-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Delay, duration, rotate-degrees, frames... - Click Event and Listener <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Click-Event-and-Listener-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Click-Event-and-Listener-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Listener for clicking each button or animation-states. - Control BMB <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Control-BMB-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Control-BMB-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Boom or re-boom BMB programmatically. - Use BMB in Navigation Bar <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Use-BMB-in-Navigation-Bar-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Use-BMB-in-Navigation-Bar-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
How to put BMB in navigation bar? - Use BMB in Table View <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Use-BMB-in-Table-View-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Use-BMB-in-Table-View-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Attentions when you need a BMB in table-view. - Attributes for BMB or Pieces on BMB <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Attributes-for-BMB-or-Pieces-on-BMB-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Attributes-for-BMB-or-Pieces-on-BMB-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
How to change the size or margins of dots on BMB? - Cache Optimization & Boom Area <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Cache-Optimization-&-Boom-Area-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Cache-Optimization-&-Boom-Area-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
What if I want BMB to boom in just its parent-view? - Change Boom Buttons Dynamically <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Change-Boom-Buttons-Dynamically-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Change-Boom-Buttons-Dynamically-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Change boom-buttons dynamically. - Blur Background & Tip <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Blur-Background-&-Tip-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Blur-Background-&-Tip-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
Blur background when booming. - Fade Views <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Fade-Views-(Swift)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/swift.png" width="15"></a> <a href="https://github.com/Nightonke/VHBoomMenuButton/wiki/Fade-Views-(Objective-C)"><img src="https://github.com/Nightonke/BoomMenuButton-Images/blob/master/iOS/objective-c.png" width="15"></a>
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 Nightonke@outlook.com / 2584541288@qq.com. Before doing that, having a careful read on readme, wiki and issues is really helpful.