Commit Graph

1434 Commits

Author SHA1 Message Date
Krunoslav Zaher bee2ce5e4b Provides explanations for check. 2016-05-13 00:47:44 +02:00
Krunoslav Zaher 1aa1b570b0 Fixes problems with two way binding that was caused by `rx_text` and always setting the text value even when the value was equal, and thus clearing the marked text state. #649 2016-05-13 00:38:26 +02:00
Scott Gardner ef62979f62 Change flatMapLatest example in Rx.playground to initially use flatMap 2016-05-12 15:34:10 -05:00
Scott Gardner 070139a4c4 Update playground...
Table of Contents
Introduction
Creating and Subscribing to Observables
Working with Subjects
Transforming Operators
2016-05-12 15:30:38 -05:00
Krunoslav Zaher 26dad8095f Merge pull request #676 from solidcell/language-tweaks
Fix typos and tweak language in docs
2016-05-12 22:27:49 +02:00
Jesse Farless 64e40ef604 Fix typos and tweak language in docs 2016-05-12 13:42:29 +02:00
Krunoslav Zaher fc519c3bb2 Merge pull request #674 from kumapo/add-rx-title-to-navigation-item
Add rx_title property to UINavigationItem
2016-05-11 21:30:03 +02:00
kumapo 1252338905 Add documentation for UINavigationItem+Rx 2016-05-12 01:28:12 +09:00
kumapo 02d30f846c Add unit tests for UINavigationItem+Rx 2016-05-12 00:24:06 +09:00
kumapo e1a6847fbf Fix pre-release-tests error 2016-05-09 20:47:54 +09:00
kumapo cbe17b7c1c Add rx_title property to UINavigationItem 2016-05-09 18:20:53 +09:00
Krunoslav Zaher 92b8a51891 Orta's improvements. 2016-05-09 00:05:04 +02:00
Krunoslav Zaher ce5fcd1f4f Improves documentation. 2016-05-08 23:52:26 +02:00
Carlos García a2306bdf90 adds a little note about subscrition 2016-05-08 23:52:26 +02:00
Carlos García 207761c2a7 improve playgrouds
Thanks @finneycanhelp for help me to improve my English writing
2016-05-08 23:52:26 +02:00
Krunoslav Zaher cf0ef0b941 Merge pull request #673 from acecilia/develop
Fix to support iOS 7
2016-05-08 22:57:06 +02:00
Andrés Cecilia 881909a687 Fix to support iOS 7 2016-05-08 22:42:53 +02:00
Krunoslav Zaher b202c91991 Fixes unit tests for `installForwardDelegate`. 2016-05-08 22:10:34 +02:00
Krunoslav Zaher d197ce0fbb Exposes `installForwardDelegate` and transforms `proxyForObject` into protocol extension. 2016-05-08 21:32:02 +02:00
Krunoslav Zaher 9b6f069f81 Merge pull request #669 from vburojevic/develop
Unwrap optional forwardToDelegate in assert message
2016-05-07 00:00:14 +02:00
Vedran Burojevic 139559f410 Unwrap optional forwardToDelegate in assert message 2016-05-06 20:52:08 +02:00
Krunoslav Zaher bb1b653ee0 Merge pull request #668 from rad182/develop
fixed typos
2016-05-06 15:30:12 +02:00
Royce Dy 0dec95efcb fixed typos 2016-05-06 10:49:51 +08:00
Krunoslav Zaher 81b9ff7322 Merge pull request #660 from ReactiveX/typed-gesture-recognizer-extension
Typed gesture recognizer extension
2016-05-03 23:24:18 +02:00
Scott Gardner caf4c497a6 Update Event...
Revise documentation
Follow convention to adopt and conform to a protocol in the extension
2016-05-03 09:33:26 -05:00
Yury Korolev 5fff8d2b7f Better code formatting 2016-05-03 12:05:21 +03:00
Yury Korolev 2e6cfdc15c Docs for Reactive protocol 2016-05-03 12:01:23 +03: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
Krunoslav Zaher 779eb92d9e Fixes copyright in header. 2016-04-30 12:06:00 +02: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
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 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