Commit Graph

1829 Commits

Author SHA1 Message Date
Krunoslav Zaher a4ae75d03f Merge pull request #657 from thanegill/uilabel-rx_text
UILabel rx_text as `String?`
2016-05-02 21:29:46 +02:00
Yury Korolev c5a21681a8 Rename Rx to Reactive protocol 2016-05-02 20:05:38 +03:00
Yury Korolev 3e1b2d0789 Typed rx_event for UIGestureRecognizer 2016-05-02 13:36:09 +03:00
Thane Gill 37d685690c UILabel rx_text as `String?` 2016-04-30 11:13:38 -07:00
Krunoslav Zaher 779eb92d9e Fixes copyright in header. 2016-04-30 12:06:00 +02:00
Roy Li 3a57927a92 Added hasObservers on each of the Subject classes
Added var hasObservers: Bool { get } to the SubjectType protocol.

Then made all the Subject classes conform to the protocol by providing
hasObservers as a computed property.
2016-04-29 23:15:02 -05:00
Krunoslav Zaher 7687ad4c68 Updates RxDataSources. 2016-04-29 20:52:00 +02:00
Krunoslav Zaher 0288ba78d5 Merge pull request #643 from Nirma/develop
Dry up lock / unlock logic in Lock.swift
2016-04-29 20:34:51 +02:00
Krunoslav Zaher b3036c037b Merge pull request #647 from Nirma/grammar_fix
Grammar fixes and minor clarifications in Intro playground text.
2016-04-28 23:04:05 +02:00
Krunoslav Zaher 27d722e52d Merge pull request #648 from Nirma/subject_clarification
Add Clarification to BehaviorSubject and grammar fixes
2016-04-28 23:02:44 +02:00
Nicholas Maccharoli 8bbc952c6f Add Clarification to BehaviorSubject and grammar fixes 2016-04-26 15:08:56 +09:00
Nicholas Maccharoli 3363432c66 Grammar fix in Intro playground 2016-04-26 14:22:18 +09:00
Krunoslav Zaher c2ad533b1d Merge pull request #646 from Nirma/logic_fix
Shorten logic of VirtualTimeConverterType's computed properties
2016-04-25 09:39:55 +02:00
Nicholas Maccharoli ee20ea8c82 Shorten logic of VirtualTimeConverterType's computed properties 2016-04-25 16:25:01 +09:00
Francesco Puntillo b384c3e982 Adding Unit testing for UIPageControl+Rx 2016-04-25 10:50:34 +08:00
Nicholas Maccharoli 9e345e3645 Dry up lock / unlock logic in Lock.swift 2016-04-25 03:10:06 +09:00
Krunoslav Zaher 7133d6a6e5 Merge pull request #638 from Nirma/lastindex_improvement
Make lastIndexOf search from end of string to start
2016-04-24 15:43:39 +02:00
Krunoslav Zaher a96321638a Merge pull request #641 from ReactiveX/partial-application
Use partial application with AnonymousDisposable if possible
2016-04-24 15:42:17 +02:00
Yury Korolev 353b0b55c3 Use partial application with AnonymousDisposable if possible 2016-04-23 21:22:10 +03:00
Krunoslav Zaher 347e81244c Merge pull request #640 from garnett/delete-empty-file
Delete empty extension
2016-04-22 23:49:58 +02:00
Denis Lebedev ca070e6a36 Delete empty extension 2016-04-22 22:44:04 +01:00
Krunoslav Zaher 7622d9c5b7 Fixes for Linux. 2016-04-22 21:07:20 +02:00
Krunoslav Zaher c11c7a8f97 Unifies atomics on Linux. 2016-04-22 21:01:45 +02:00
Krunoslav Zaher 4e6880d218 Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
Krunoslav Zaher 1b5cd9ecb5 Fixing swift 3.0 warnings. 2016-04-22 13:14:41 +02:00
Krunoslav Zaher c4ca775bdc Changes for Swift 3.0. 2016-04-22 13:14:41 +02:00
Krunoslav Zaher 6b259b6618 Fixes warnings. 2016-04-22 13:03:16 +02:00
Krunoslav Zaher 58c8e0e802 Merge branch 'Calvin-Huang-resolve_ios_example_warning' into develop 2016-04-22 12:26:59 +02:00
Krunoslav Zaher b2cf5ce567 Fixes problems with WikipediaImageSearch. 2016-04-22 12:26:14 +02:00
Krunoslav Zaher 6125245a73 Merge branch 'resolve_ios_example_warning' of git://github.com/Calvin-Huang/RxSwift into Calvin-Huang-resolve_ios_example_warning 2016-04-22 11:51:17 +02:00
Nicholas Maccharoli 5b35246953 Make lastIndexOf search from end of string to start 2016-04-22 14:34:31 +09:00
Calvin 68bf69e086 UISearchController's default animation will shift searchBar to the top.
This will trigger rx_contentOffset then close keyboard will makes users confused.
Filter situation that searchController is being present.
2016-04-22 12:30:28 +09:00
Calvin 66abcd07dc - Delete UISearchDisplayController, use UISearchController instead.
- Add IBOutlet searchBarContainer to setup searchBar.
2016-04-22 11:52:43 +09:00
Krunoslav Zaher b5491dd404 Merge pull request #632 from Nirma/simplify_queue
Simplify Queue.swift's init logic
2016-04-21 22:53:40 +02:00
Krunoslav Zaher 0c53b24b18 Fixes unit tests. 2016-04-21 22:52:18 +02:00
Nicholas Maccharoli 4d18ec0558 Simplify Queue.swift's init logic 2016-04-21 22:51:55 +02:00
Krunoslav Zaher 5283328321 Merge pull request #635 from Nirma/queue_defer
Leverage defer to make Queue's code more concise
2016-04-21 22:20:54 +02:00
Krunoslav Zaher 4e78d66857 Merge remote-tracking branch 'origin/develop' into develop 2016-04-21 22:10:29 +02:00
Krunoslav Zaher 0536a8868f Updates CocoaPods integration documentation. 2016-04-21 21:31:05 +02:00
Krunoslav Zaher bad39e0628 Merge pull request #633 from 53ningen/queue
make _initialCapacity property of Queue immutable
2016-04-21 11:42:35 +02:00
Nicholas Maccharoli 13ec2c0fea Leverage defer to make Queue's code more concise 2016-04-21 18:40:34 +09:00
gomi_ningen 439b70d258 make _initialCapacity property of Queue immutable 2016-04-21 18:04:31 +09:00
Nicholas Maccharoli 0c82695990 Simplify Queue.swift's init logic 2016-04-21 16:18:03 +09:00
Calvin 656669699a - Resolve storyboard warning.
- Remove wikipedia scene's search display controller and search bar, add search bar container.
2016-04-21 15:29:23 +09:00
Krunoslav Zaher 6dd6c9b211 Merge branch 'develop' 2016-04-20 13:55:17 +02:00
Krunoslav Zaher 48b782d761 Removes book on left side of README.md 2016-04-20 13:54:59 +02:00
Orta 78220fd37b Update README.md 2016-04-20 13:54:59 +02:00
Orta 91dc31b9ed Use a fancy table in the README 2016-04-20 13:54:59 +02:00
Krunoslav Zaher 0c7ca38cd7 Great readme commit. 2016-04-20 13:54:59 +02:00
Krunoslav Zaher 6455a64acf Removes book on left side of README.md 2016-04-20 13:54:09 +02:00