Skip to content

Commit

Permalink
Exclude gesture recognizers from tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
srdanrasic committed Oct 16, 2017
1 parent 48c8012 commit 2f8811d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Bond/UIKit/UIGestureRecognizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public extension ReactiveExtensions where Base: UIGestureRecognizer {
}
}

#endif

#if os(iOS)

public extension ReactiveExtensions where Base: UIView {

public func addGestureRecognizer<T: UIGestureRecognizer>(_ gestureRecognizer: T) -> SafeSignal<T> {
Expand Down

0 comments on commit 2f8811d

Please sign in to comment.