-
Notifications
You must be signed in to change notification settings - Fork 112
Different Order for Buttons (Objective C)
Weiping Huang edited this page May 13, 2017
·
2 revisions
Different order enum for boom-buttons.
Swift | Objective-C
Use the following code to choose 3 different kinds of order for boom-buttons when they are booming or re-booming.
bmb.orderEnum = VHOrderInOrder;
bmb.orderEnum = VHOrderReverse;
bmb.orderEnum = VHOrderRandom;
Home
Chapters
- Basic Usage
- Simple Circle Button
- Text Inside Circle Button
- Text Outside Circle Button
- Ham Button
- Share Style
- Custom Position
- Button Place Alignments
- Different Ways to Boom
- Ease Animations for Buttons
- Different Order for Buttons
- Other Animations Attributes for Buttons
- Click Event and Listener
- Control BMB
- Use BMB in Navigation Bar
- Use BMB in Table View
- Attributes for BMB or Pieces on BMB
- Cache Optimization & Boom Area
- Change Boom Buttons Dynamically
- Blur Background & Tip
- Fade Views
- Structure of BMB
- Version History