Skip to content

Commit

Permalink
Update UIBuilder.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
insub4067 committed Dec 6, 2023
1 parent cc4dfe7 commit c1aa380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/UIBuilder/UIBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extension UIBuilder {
}


public func setTapPublusher(_ cancellables: inout Set<AnyCancellable>,_ action: @escaping () -> Void) -> Self {
public func setTapPublisher(_ cancellables: inout Set<AnyCancellable>,_ action: @escaping () -> Void) -> Self {
view.tapGesturePublisher.sink { _ in
action()
}.store(in: &cancellables)
Expand Down

0 comments on commit c1aa380

Please sign in to comment.