Skip to content

Commit

Permalink
Gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightonke committed May 9, 2017
1 parent e282fc2 commit fc8ea96
Show file tree
Hide file tree
Showing 10 changed files with 587 additions and 577 deletions.
File renamed without changes.
578 changes: 578 additions & 0 deletions DEPRECATED-README.md

Large diffs are not rendered by default.

Binary file added Pictures/NavigationBar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pictures/Share.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pictures/SquareAndPieceCornerRadius.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pictures/TableView.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
578 changes: 1 addition & 577 deletions README.md

Large diffs are not rendered by default.

Binary file not shown.
1 change: 1 addition & 0 deletions VHBoomMenuButtonDemo/BuilderManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ + (VHTextOutsideCircleButtonBuilder *)squareTextOutsideCircleButtonBuilder
VHTextOutsideCircleButtonBuilder *builder = [BuilderManager textOutsideCircleButtonBuilder];
builder.rotateText = NO;
builder.round = NO;
builder.cornerRadius = 10;
return builder;
}

Expand Down
7 changes: 7 additions & 0 deletions VHBoomMenuButtonDemo/SquareAndPieceCornerRadiusVC.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ - (void)viewDidLoad
self.bmb2.piecePlaceEnum = VHPiecePlaceDOT_9_1;
self.bmb2.buttonPlaceEnum = VHButtonPlaceSC_9_1;
self.bmb2.pieceCornerRadius = 2;
self.bmb2.boomEnum = VHBoomParabola1;
self.bmb2.duration = 1;
self.bmb2.backgroundBlurred = YES;
for (int i = 0; i < self.bmb2.pieceNumber; i++)
{
[self.bmb2 addBuilder:[BuilderManager squareTextInsideCircleButtonBuilder]];
Expand All @@ -47,6 +50,10 @@ - (void)viewDidLoad
self.bmb3.piecePlaceEnum = VHPiecePlaceDOT_9_1;
self.bmb3.buttonPlaceEnum = VHButtonPlaceSC_9_1;
self.bmb3.pieceCornerRadius = 0;
self.bmb3.boomEnum = VHBoomParabola3;
self.bmb3.use3DTransformAnimation = NO;
self.bmb3.duration = 1;
self.bmb3.pieceCornerRadius = 1;
for (int i = 0; i < self.bmb3.pieceNumber; i++)
{
[self.bmb3 addBuilder:[BuilderManager squareTextOutsideCircleButtonBuilder]];
Expand Down

0 comments on commit fc8ea96

Please sign in to comment.