Skip to content

Commit

Permalink
Add example API for blur background
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Oct 7, 2023
1 parent 32428f5 commit 6e6be59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TORoundedButtonExample/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ - (void)viewDidLoad {
[weakSelf playFadeAnimationOnView:weakSelf.tappedLabel];
};

// Uncomment to make the background view a blur view
// self.button.isTranslucent = YES;

// Uncomment this line for an attributed string example
// self.button.attributedText = [[self class] makeExampleAttributedString];

Expand Down

0 comments on commit 6e6be59

Please sign in to comment.