Commit Graph

360 Commits

Author SHA1 Message Date
freak4pc
c1a4e7ddaf Take operator renames 2020-10-06 20:36:28 +03:00
freak4pc
fa9c971d43 Rename observeOn(_:) to observe(on:) 2020-10-06 20:36:28 +03:00
freak4pc
5e343b8a58 Migration from subscribe(onSuccess:onError:onDisposed:) to subscribe(onSuccess:onFailure:onDisposed:) 2020-10-06 20:36:28 +03:00
freak4pc
bab9502f27 Remove all deprecations 2020-10-06 20:36:28 +03:00
freak4pc
bd6a0b666d Remove all unneeded single-line returns
(cherry picked from commit 0bab5e2545)
2020-10-06 20:36:28 +03:00
freak4pc
601d3343a2 Remove redundant property binders and KeyPathBinder 2020-10-06 20:36:28 +03:00
ayden-lee
7b9f34b14e add isHighlighted to UIControl 2020-10-06 20:36:28 +03:00
Zsolt Kovacs
7d93271874 Address PR comments 2020-10-06 20:36:28 +03:00
Zsolt Kovacs
c0dfb3679f Add reactive events for UIApplication notifications 2020-10-06 20:36:28 +03:00
h_crane
1f9872323f Add highlight/unhighlight control events to UITableView (#2171) 2020-10-06 20:36:28 +03:00
freak4pc
002d325b0b
RxSwift 5.1.1 2020-03-26 07:15:40 +02:00
Giuseppe Lanza
fe24b60aa7
Reactive extension WKWebView navigation delegate (#2144) 2020-03-12 11:33:32 +02:00
Giuseppe Lanza
359f377889
Removed support to UIWebView 2020-02-08 18:33:29 +02:00
Ivan Matković
25a652b9c5
fix typo 2020-02-08 18:33:29 +02:00
antonnazarov
60a80f0e55
Reduce fileprivate usage 2020-02-08 18:33:29 +02:00
Dennis Collaris
1af122be4f
Support project Catalyst 2020-02-08 18:33:29 +02:00
antonnazarov
8a79cf85cd
[feature/isSecureTextEntryBinder] implement UITextField isSecureTextEntry binder 2020-02-08 18:33:29 +02:00
freak4pc
f2388eb552 Final generics cleanup 2019-04-27 15:32:31 +02:00
Krunoslav Zaher
48b8d51ab3 Renames X -> More verbose. 2019-04-27 12:37:32 +02:00
freak4pc
a312d37d4b
Rename S to Subject as generic constraint 2019-04-25 14:11:13 +03:00
freak4pc
5eb3c2bc09 RxCocoa: Rename S generic constraint to Sequence 2019-04-25 12:57:02 +02:00
freak4pc
30a069d0b6 Update E to Element in RxCocoa 2019-04-23 14:24:43 +02:00
freak4pc
c2d74e0b87 Update RxCocoa to Swift 5 2019-04-07 10:17:49 +02:00
Krunoslav Zaher
ce6cf40ad9 Fix indentation. 2019-03-31 21:49:45 +02:00
TaeJoong Yoon
7c8154a9f1
Merge branch 'develop' into uisearchbar+rx 2019-03-26 22:20:22 +09:00
TaeJoongYoon
376ca815ec Added UISearchBar setDelegate method 2019-03-24 22:56:38 +09:00
freak4pc
ce8e3b2bd0 Make backgroundColor binder optional and add tests 2019-03-10 18:46:33 +01:00
Andrea Altea
eb539413df add Binder for backgroundColor on UIView 2019-03-10 18:46:33 +01:00
Richard Yu
9d6fa88c10 Ensure running on main thread instead of being called on the main thread 2019-03-09 14:20:34 +01:00
freak4pc
a5b39400b1 Minor colon spacing fixes 2019-01-30 20:19:57 +01:00
freak4pc
5b3d5fbd0a unneeded_parentheses_in_closure_argument: Remove closure argument parantheses 2019-01-30 20:19:57 +01:00
freak4pc
639bb8fb2e closure_spacing: Fix closure spacing around braces 2019-01-30 20:19:57 +01:00
freak4pc
181cc9fca3 unneded_break_in_switch: Remove redundant breaks in switch statements 2019-01-30 20:19:57 +01:00
freak4pc
6748801a87 redundant_optional_initialization: Remove redundant initialization with nil 2019-01-30 20:19:57 +01:00
freak4pc
40d6fd94e8 unused_closure_parameter: Remove unused closure parameters 2019-01-30 20:19:57 +01:00
freak4pc
36dd486921 private_over_fileprivate: Prferer private over fileprivate where applicable 2019-01-30 20:19:57 +01:00
freak4pc
2e645681e1 Add Swiftlint basic YAML 2019-01-30 20:19:57 +01:00
polonez
0ef20bf0e2 Fix typo in comment: didDeselectItemAtIndexPath (#1812) 2018-11-24 11:49:15 +02:00
Krunoslav Zaher
78c500c9ed
Fix #1714. 2018-11-01 20:44:06 +01:00
Bei Li
e7342e210f Update UISwitch+Rx docs 2018-10-26 21:38:36 +02:00
freak4pc
1b184f32da Remove RxDataSources example from UITableView+Rx 2018-09-14 20:25:48 +02:00
홍성호
74db9d13e0 Update UITableView+Rx.swift comment
- Edit comment because configureCell was changed to required init
2018-09-14 20:25:48 +02:00
Arco
7242124ac8 Adapted for iOS 12 2018-07-21 18:57:10 +02:00
Luis Padron
1e01df0a16 Fixes unused parameter in UIControl+Rx 2018-07-19 20:29:56 +02:00
Luciano
b26ce9aab8 renaming enabled(forSegmentAt: ), title(forSegmentAt: ) and image(forSegmentAt: ) and deprecate renaming enabled(forSegmentAt: ) to enabledForSegment(at:) 2018-03-26 10:50:48 +02:00
Luciano
c731acd42b UISegmentedControl set title and image for segment wrappers. 2018-03-26 10:50:48 +02:00
Rowan Livingstone
20f0c8381a Add inheritance tests and dealloc tests for new delegate proxies, fix indentation, fix visibility of classes (code review changes) 2018-02-21 13:01:52 +13:00
Rowan Livingstone
eab261cf0a Update some variable and function names to be consistent with UIKit. Add changelog entry 2018-02-16 10:06:24 +13:00
Rowan Livingstone
e51fbf901f Add prefetchDataSource support for UITableView 2018-02-16 09:45:02 +13:00
Rowan Livingstone
5fdfc44496 Add tvOS availability for prefetchItems 2018-02-15 15:39:24 +13:00