Excludes table and collection view deprecated APIs from watchOS.
This commit is contained in:
parent
7208a8d1cc
commit
8cebcd786f
|
|
@ -312,6 +312,8 @@ extension Reactive where Base: UICollectionView {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
||||
extension UICollectionView {
|
||||
|
||||
/**
|
||||
|
|
@ -445,3 +447,4 @@ extension UICollectionView {
|
|||
return try self.rx.model(indexPath)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -397,6 +397,8 @@ extension Reactive where Base: UITableView {
|
|||
}
|
||||
#endif
|
||||
|
||||
#if os(iOS) || os(tvOS)
|
||||
|
||||
// deprecated APIs
|
||||
extension UITableView {
|
||||
|
||||
|
|
@ -538,3 +540,4 @@ extension UITableView {
|
|||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue