Skip to content

Commit

Permalink
Updated commenting in header
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Oct 3, 2023
1 parent 52d7abf commit a353a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TORoundedButton/TORoundedButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ IB_DESIGNABLE @interface TORoundedButton : UIControl
/// Resizes the button to fit the bounding size of all of the subviews in `contentView`, plus content insetting.
/// If subclassing this class, override this method for custom size control (Dont't forget to include content insetting).
/// If the content view only contains one subview (like the title label), or a custom content view is supplied, this will also be forwarded to it.
/// If the content vieww contains multiple subviews, their bounding size will be calculated and then applied to this button.
- (void)sizeToFit;

/// Calculates and returns the appropriate minimum size this button needs to be to fit into the provided size.
Expand Down

0 comments on commit a353a53

Please sign in to comment.