Skip to content

Commit

Permalink
feat(Tips): update TippableViewController, add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gio2018 committed Apr 9, 2024
1 parent 159fcf3 commit 9d35acb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ struct TipUIConfiguration {
let tintColor: UIColor?
}

// MARK: default implementation
extension TippableViewController {
@available(iOS 17.0, *)
func displayTip<T: Tip>(_ tip: T, configuration: TipUIConfiguration?, sourceView: UIView?) {
Expand Down

0 comments on commit 9d35acb

Please sign in to comment.