Commit Graph

360 Commits

Author SHA1 Message Date
Jérôme Alves
10ff55cfba Moves RxCocoa extensions from rx_ syntax to rx. syntax.
The main work is done in this commit but the feature it's still "work in progress"
2016-08-09 00:17:38 +02:00
Krunoslav Zaher
441a4a22db Modernizes doOn operator. 2016-08-07 18:24:33 +02:00
Krunoslav Zaher
d1cde77b18 Modernizes image view extensions. 2016-08-07 18:08:13 +02:00
Krunoslav Zaher
afd40f5d8b Modernizes UICollectionView extensions. 2016-08-07 16:48:25 +02:00
Krunoslav Zaher
10b0d39e05 Fixes warnings. 2016-08-07 16:04:47 +02:00
Krunoslav Zaher
7b6a244f45 Fixes problem with data sources. 2016-08-07 15:23:17 +02:00
Krunoslav Zaher
e2c3330d61 Fixes default datasources implementation. #825 2016-08-07 15:12:54 +02:00
Yuki Nagai
7f84ec604e WIP. Update for Xcode 8 beta 4. 2016-08-02 15:46:11 +09:00
Krunoslav Zaher
c844b6bdb3 Merge branch 'develop' into swift-3.0 2016-08-01 10:46:20 +02:00
Krunoslav Zaher
d12b8321d2 Merge pull request #804 from devxoul/tableview-willdisplaycell
Fix type mismatch in UITableView.rx_willDisplayCell
2016-07-27 16:00:19 +02:00
Suyeol Jeon
f303efb077 Fix type mismatch in UITableView.rx_willDisplayCell 2016-07-27 04:15:17 +09:00
Krunoslav Zaher
e79457dcd3 Fixes for Xcode beta 3. 2016-07-20 22:14:59 +02:00
Krunoslav Zaher
9cac0cc234 Adaptations for Swift 3.0. 2016-07-10 14:55:18 +02:00
sergdort
cfb8b1558a Merge branch 'master' into swift-3.0
Conflicts:
	RxExample/RxDataSources/DataSources/CollectionViewSectionedDataSource.swift
	RxExample/RxDataSources/DataSources/Differentiator.swift
	RxExample/RxDataSources/DataSources/TableViewSectionedDataSource.swift
	RxExample/RxExample.xcodeproj/project.pbxproj
	RxExample/RxExample.xcodeproj/xcshareddata/xcschemes/RxExample-iOS-no-module.xcscheme
	RxExample/RxExample/Examples/TableViewPartialUpdates/PartialUpdatesViewController.swift
	RxExample/RxExample/Examples/TableViewWithEditingCommands/TableViewWithEditingCommandsViewController.swift
	RxExample/RxExample/Services/HtmlParsing.swift
	Tests/RxCocoaTests/CLLocationManager+RxTests.swift
	Tests/RxCocoaTests/UICollectionView+RxTests.swift
2016-07-05 18:00:36 +03:00
Krunoslav Zaher
e20ac5fbb7 Adds simple data source usage examples in inline docs. 2016-07-04 01:42:26 +02:00
Krunoslav Zaher
f95b1ed122 Unit tests, documents and improves data source/delegate interfaces. 2016-07-04 01:02:08 +02:00
Krunoslav Zaher
933cb02cb0 Adds UIButton.setTitle extensions to tvOS. 2016-06-26 14:37:10 +02:00
Krunoslav Zaher
7a15347943 Adds UIButton.setTitle(:forState:) extensions. 2016-06-24 23:11:08 +02:00
Jamie Pinkham
5d47db7609 fix errors with RxCocoa introduced by merge 2016-06-22 10:15:37 -04:00
Jamie Pinkham
5a9f47262a Merge branch 'upstream-develop' into swift-3.0
# Conflicts:
#	RxCocoa/Common/CocoaUnits/Driver/Driver+Subscription.swift
#	RxCocoa/Common/CocoaUnits/UIBindingObserver.swift
#	RxSwift/Schedulers/MainScheduler.swift
2016-06-22 09:54:44 -04:00
Jamie Pinkham
924a9a4983 clean up syntax to get test building
still trying to work out the ambiguious use compiler error
2016-06-22 09:34:04 -04:00
Jamie Pinkham
c35136fe0b get example projects working.. woo! 2016-06-18 15:21:44 -07:00
Jamie Pinkham
39a20441e1 begin fixing up the examples 2016-06-18 01:24:07 -07:00
Jamie Pinkham
c4cf2e0d12 builds ios, ios rx cocoa and ios rx blocking 2016-06-17 23:19:16 -07:00
Jamie Pinkham
0e38ecbc87 Merge branch 'develop' into swift-3.0
# Conflicts:
#	Documentation/DesignRationale.md
#	Rx.playground/Pages/Introduction.xcplaygroundpage/Contents.swift
#	RxCocoa/Common/DelegateProxyType.swift
#	RxCocoa/iOS/UICollectionView+Rx.swift
#	RxCocoa/iOS/UIControl+Rx.swift
#	RxCocoa/iOS/UIScrollView+Rx.swift
#	RxCocoa/iOS/UITableView+Rx.swift
#	RxExample/RxDataSources/DataSources+Rx/ObservableConvertibleType+Differentiator.swift
#	RxSwift/Concurrency/Lock.swift
#	RxSwift/Disposables/CompositeDisposable.swift
#	RxSwift/Event.swift
#	RxSwift/Extensions/String+Rx.swift
#	RxSwift/Schedulers/OperationQueueScheduler.swift
2016-06-17 21:14:06 -07:00
Krunoslav Zaher
49ccdac810 Merge pull request #717 from solidcell/tab-bar-delegate-proxy
UITabBar delegate proxy
2016-06-10 11:34:40 +02:00
Jesse Farless
7c706713b5 Rename delegate methods to remove 'Item' suffix 2016-06-08 11:46:15 +02:00
Suyeol Jeon
e291bff0f0 Add UIScrollView.rx_scrollEnabled 2016-06-08 04:12:53 +09:00
Kyle Fuller
aba717b642 Add rx_title to UIViewController 2016-05-30 09:19:26 -07:00
Jesse Farless
75d1983afc Add RxTabBarDelegateProxy and UITabBar+Rx with delegate methods 2016-05-28 14:27:19 +02:00
Krunoslav Zaher
a5f1d1eef7 Merge branch 'feature/uialert-action' of git://github.com/AndrewSB/RxSwift into AndrewSB-feature/uialert-action 2016-05-27 23:24:50 +02:00
Krunoslav Zaher
38f5eb210f Merge branch 'uipagecontrol-add-rx' of git://github.com/punty/RxSwift into punty-uipagecontrol-add-rx 2016-05-27 22:34:01 +02:00
Krunoslav Zaher
eda25e28ff Simplifies sectioned view extensions. 2016-05-20 22:34:13 +02:00
Krunoslav Zaher
b1dd82e831 Merge branch 'UIPickerView+Rx' of git://github.com/sergdort/RxSwift into sergdort-UIPickerView+Rx 2016-05-18 22:14:45 +02:00
sergdort
43269fa279 Added rx_itemSelected for UIPickerView 2016-05-13 10:55:21 +03:00
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
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
Andrés Cecilia
881909a687 Fix to support iOS 7 2016-05-08 22:42:53 +02:00
Krunoslav Zaher
d197ce0fbb Exposes installForwardDelegate and transforms proxyForObject into protocol extension. 2016-05-08 21:32:02 +02:00
Andrew Breckenridge
0188dccd4f create UIAlertAction+Rx.swift 2016-05-07 12:23:50 -07: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
Yury Korolev
353b0b55c3 Use partial application with AnonymousDisposable if possible 2016-04-23 21:22:10 +03:00
Krunoslav Zaher
4e6880d218 Fixes for RxSwift and Swift 3.0. 2016-04-22 20:49:18 +02:00
Krunoslav Zaher
c4ca775bdc Changes for Swift 3.0. 2016-04-22 13:14:41 +02:00
Krunoslav Zaher
3294458b87 Adds rx_willDisplayCell and rx_didEndDisplayingCell to UITableView. 2016-04-18 23:11:18 +02:00
Krunoslav Zaher
72edf869a0 Removes distinctUntilChanged because is was creating a hidden state that can cause issues in some situations. 2016-04-17 17:14:55 +02:00
Francesco Puntillo
2c7a403dae adjust formatting for UIPageControl+RX 2016-04-14 17:14:20 +08:00
Francesco Puntillo
8b4642a1c0 add UIPageControl to RxCocoa 2016-04-14 15:45:35 +08:00
Krunoslav Zaher
e16ce89f3f Documents parts of RxCocoa. 2016-04-11 00:31:26 +02:00
Krunoslav Zaher
18cf20820f Merge pull request #550 from stack/uisearchbar-cancel
UISearchBar Cancel Event
2016-04-10 12:57:13 +02:00
Stephen H. Gerstacker
d6731613d9 Switched to ButtonClicked over Tap for UISearchBar delegate methods 2016-04-09 18:22:29 -04:00
Krunoslav Zaher
f50a33c1e2 Fixes warnings with deprecated selector specifications. 2016-04-08 00:08:03 +02:00
Krunoslav Zaher
77d72dcaee Updates comments. 2016-04-07 23:22:37 +02:00
Stephen H. Gerstacker
f58d032d34 tvOS Fixes for UISearchBar
- `searchBarCancelButtonClicked:` is only available on iOS.
- UISearchBar instantiation is not supported on tvOS, so all subclass
  delegate methods and tests are skipped.
2016-03-27 21:31:53 -04:00
Krunoslav Zaher
6292a3303a Merge pull request #556 from sergdort/rx_search_controller_delegate_proxy
Added reactive extensions for UISearchController
2016-03-27 20:23:57 +02:00
Stephen H. Gerstacker
2db92e9727 Upgraded UISearchBar selectors to Swift 2.2 selectors 2016-03-26 21:02:09 -04:00
Stephen H. Gerstacker
dd37af0069 Additional UISearchBar Methods
- Added the searchTap for the "searchBarSearchButtonClicked:" delegate
  method.

- Added the "rx_createDelegateProxy" method to UISearchBar.
2016-03-26 20:57:23 -04:00
Krunoslav Zaher
1ed2daed68 Merge pull request #569 from ejensen/typos
Typo fixes
2016-03-23 23:07:50 +01:00
Eric Jensen
ddf9cdd33f Correct typos 2016-03-22 20:10:44 -07:00
Eric Jensen
2b0dd31a9f Correct mixed indentation by replacing tabs with spaces 2016-03-22 20:04:39 -07:00
Stephen H. Gerstacker
e1ea14819c Merge branch 'develop' into uisearchbar-cancel 2016-03-22 20:41:09 -04:00
sergdort
2f16a4faa7 Adds reactive extensions for UISearchController and tests to cover them 2016-03-22 16:50:07 +02:00
Krunoslav Zaher
bd8b188a49 Fixes for Swift 2.2 warnings in unit tests. 2016-03-22 12:12:15 +01:00
Stephen H. Gerstacker
f91b86b8d2 Merge branch 'develop' into uisearchbar-cancel 2016-03-22 06:57:56 -04:00
Krunoslav Zaher
65644c6160 Fixes Swift 2.2 warnings. 2016-03-22 11:29:39 +01:00
Jorge Bernal
eddbd23aa5 Use new associatedtype syntax 2016-03-22 11:09:16 +01:00
Stephen H. Gerstacker
92911a6876 Added rx_cancelTap for the searchBarCancelButtonClicked: delegate method 2016-03-13 21:04:31 -04:00
Stephen H. Gerstacker
097467e07c Merge branch 'develop' into uisearchbar-additions 2016-03-12 22:08:13 -05:00
Krunoslav Zaher
e43a6785be Documents why using NSTextStorage + observeOn(MainScheduler.asyncInstance) for UITextField extensions. 2016-03-12 21:36:43 +01:00
Krunoslav Zaher
19900bfaac Fixes problem with UITextView two way binding. 2016-03-12 21:30:48 +01:00
Denis Lebedev
0567020538 Simplify computed properties 2016-03-07 17:31:00 +00:00
Krunoslav Zaher
18acdd02ff Fixes rx_badgeValue inline documentation. 2016-03-05 21:04:06 +01:00
Mateusz Derks
8b9bbff4ee Adds 'rx_badgeValue' to UITabBarItem 2016-03-04 14:14:38 +01:00
sambae
8559a67d89 Adds rx_progress to UIProgressView 2016-02-28 01:26:32 -05:00
Stephen H. Gerstacker
74dd160d56 Support for UISearchBar selectedScopeButtonIndex 2016-02-27 14:06:20 -05:00
Adam Ritenauer
55f3ec4041 Adds a work around to an error in swifts handling of preprocessor directives 2016-02-15 09:32:05 -08:00
Krunoslav Zaher
03aa560de0 Adds rx_selected to UIControl. 2016-02-14 22:44:13 +01:00
Krunoslav Zaher
b9d6aeb49c Selects release version of the RxExample app. 2016-02-14 17:22:44 +01:00
Krunoslav Zaher
300c44aced More workarounds for Swift compiler bugs. 2016-02-13 23:36:01 +01:00
Krunoslav Zaher
b08bf24201 Adds workarounds for compiler bugs. 2016-02-13 23:15:57 +01:00
Krunoslav Zaher
ba2787c3cb Fixes referencing self instead of parameter. 2016-02-13 23:12:34 +01:00
Krunoslav Zaher
7dc8dfc6d1 Applies UIBindingObserver. 2016-02-13 22:12:50 +01:00
Krunoslav Zaher
2aebe1499f Adds UIBindingObserver. 2016-02-13 21:25:31 +01:00
Krunoslav Zaher
e855916b47 Merge pull request #431 from mwoollard/develop
Add rx wrapper for UITableViewDelegate tableVIew:accessoryButtonTappedForRowWithIndexPath: method
2016-02-12 11:08:52 +01:00
Krunoslav Zaher
bbb5b6f300 Merge pull request #466 from sergdort/swift_evolution_currying
Changes for currying
2016-02-12 11:07:03 +01:00
Mark Woollard
08a3161354 Rx wrapper for UITableViewDelegate tableView:accessoryButtonTappedForRowWithIndexPath: method 2016-02-05 20:14:34 +00:00
Krunoslav Zaher
8e9df5acc8 Merge pull request #414 from MadsBogeskov/master
Added reactive wrapper for the network activity indicator in UIApplication
2016-02-04 12:50:43 +01:00
sergdort
f6dad5f3a8 Changes for currying #465 2016-02-03 23:19:31 +02:00
Yosuke Ishikawa
fa3f68971e Fix target OS of UIRefreshControl 2016-01-31 00:59:09 +09:00
Yosuke Ishikawa
974bba5218 Add rx_refreshing for UIRefreshControl 2016-01-31 00:33:36 +09:00
tarunon
ed9a996b15 Fix rx_tap method using rx_lazyInstanceObservable 2016-01-21 11:28:18 +09:00
Mads Bøgeskov
bda14c48c7 Added reactive wrapper for the network activity indicator in UIApplication. 2016-01-18 19:41:28 +01:00
tarunon
360ade3f1f Make rx_tap to shareable. ControlEvent initializer move to BarButtonItemTarget. 2016-01-18 11:33:05 +09:00
Krunoslav Zaher
df8739fcfd Fixes a typo in RxTableViewDataSourceProxy. 2016-01-11 10:50:36 +01:00
Krunoslav Zaher
eeddf1fe5d Adds SectionedViewDataSourceType and rx_modelDeselected, rx_deselectedItemAtIndexPath for UICollectionView, and corresponding unit tests. 2016-01-10 20:19:30 +01:00
Krunoslav Zaher
c6526e830a Adds UIImagePicker documentation. 2016-01-10 18:36:43 +01:00
Krunoslav Zaher
09c790ee95 Merge pull request #387 from sergdort/UIImagePickerController_Rx
Rx wrappers for UIImagePickerController
2016-01-07 21:32:20 +01:00
Yannick Loriot
f00effc9b5 [ADD] rx_itemDeselected and rx_modelDeselected events 2016-01-07 13:06:39 +01:00
sshulga
fe4dda0ed7 Rx wrappers for UIImagePickerController 2016-01-05 15:15:15 +02:00
Krunoslav Zaher
903904b5d4 Polish for header validation script. 2016-01-01 20:09:25 +01:00
Krunoslav Zaher
81735c16cc Polish for NSTextView. 2016-01-01 13:13:07 +01:00
Segey Shulga
f357e1178b Added #if os(iOS) || os(tvOS) macro for NSTextStorage+Rx 2015-12-31 18:45:14 +02:00
Segey Shulga
fdce3558f0 Merge branch 'develop' into rx_text_bug_#333
# Conflicts:
#	Rx.xcodeproj/project.pbxproj
#	Rx.xcworkspace/contents.xcworkspacedata
#	RxExample/RxExample.xcodeproj/project.pbxproj
2015-12-31 18:10:57 +02:00
Segey Shulga
c555862a67 #333 made changes according to Rx naming conventions 2015-12-31 17:41:57 +02:00
Krunoslav Zaher
aca3b28213 Removes deprecated APIs. 2015-12-31 00:37:58 +01:00
sshulga
195586ef76 Merge branch 'develop' of https://github.com/ReactiveX/RxSwift into rx_text_bug_#333
Conflicts:
	RxCocoa/iOS/UITextView+Rx.swift
2015-12-30 15:15:02 +02:00
sshulga
32d048fe05 Fixes for UITextView rx_text bug with autocorrect enabled #333 2015-12-30 14:58:47 +02:00
Krunoslav Zaher
c4eb18acfd Deprecates UIAlertView and UIActionSheet extensions. 2015-12-30 02:20:24 +01:00
Krunoslav Zaher
9a060ea10c Adds Equatable constraint to rx_value<T>. 2015-12-29 17:32:35 +01:00
Krunoslav Zaher
5d677eaf91 Standardizes header format. 2015-12-29 16:56:21 +01:00
Krunoslav Zaher
e4a837ab1e Merge pull request #360 from sergdort/rx_text_bug_#333
Fixes regarding UITextField rx_text autocorrection bug #333
2015-12-28 01:27:41 +01:00
Krunoslav Zaher
3868268f44 Deprecates sharedInstance on ConcurrentMainScheduler in favor of instance. 2015-12-28 01:24:33 +01:00
sshulga
8a15b92236 Fixes regarding UITextField rx_text autocorrection bug #333 2015-12-26 22:07:05 +02:00
Krunoslav Zaher
5e1732134c Fixes warnings in unit tests. 2015-12-21 21:34:48 +01:00
Krunoslav Zaher
f39917d1e9 Fixes CocoaPods deprecated warning. 2015-12-21 03:02:24 +01:00
Krunoslav Zaher
e86516891f Replaces unowned with weak. 2015-12-21 01:33:54 +01:00
Krunoslav Zaher
3d55baa4e1 Adds cellType parameter to rx_itemsWithCellIdentifier. 2015-12-21 01:19:08 +01:00
Krunoslav Zaher
7c2b34a100 Deprecates rx_controlEvents in favor of rx_controlEvent. 2015-12-20 22:46:21 +01:00
Krunoslav Zaher
637b19947c Deprecates versions with hidden external parameter name (scheduler, count ...). 2015-12-19 14:30:19 +01:00
Krunoslav Zaher
c337e642dc Polish for CLLocationManager interface and adds unit tests. 2015-12-13 15:28:00 +01:00
Krunoslav Zaher
e14ca2e94d Fixes problem with autocorrect and rx_text on UITextView. #333 2015-12-12 20:00:33 +01:00
Krunoslav Zaher
a6730acec2 Fixes docs for rx_animating. 2015-12-07 00:40:53 +01:00
Krunoslav Zaher
b08c1a5969 Extends UIView with rx_alpha, rx_hidden. NSLayoutConstraint with rx_constant. 2015-12-06 20:33:03 +01:00
Krunoslav Zaher
827ee57fff Exposes initializers for ControlEvent and ControlProperty. 2015-12-06 01:14:05 +01:00
Krunoslav Zaher
e47ce0e5f2 Exposes RxScrollViewDelegateProxy and RxTextViewDelegateProxy. 2015-12-05 18:10:51 +01:00
Krunoslav Zaher
d2b374a6a7 Exposes UITableView and UICollectionView delegate and data source proxies. 2015-12-05 17:42:43 +01:00
persidskiy
39f7ea1475 Add rx_animating to UIActivityIndicatorView 2015-12-03 15:29:50 +03:00
Krunoslav Zaher
63127838ec Makes rx_modelSelected more user friendly and removes MVVM from Wikipedia search example. 2015-11-28 11:59:49 +01:00
Ash Furrow
731e69a680 Adds UILabel rx_attributedText. 2015-11-18 08:20:03 -05:00
Daniel Tartaglia
e6f79b510f Update UIImageView+Rx.swift 2015-11-11 20:39:58 -05:00
Krunoslav Zaher
ce5b31b8a9 Renames rx_tap to rx_primaryAction on UIButton for tvOS and adds it to unit tests. 2015-11-09 23:06:37 +01:00
Krunoslav Zaher
c5d22b7bc4 Merge pull request #243 from larslockefeer/master
Added tvOS specific extension for UIButton
2015-11-09 22:46:25 +01:00
Lars Lockefeer
a9d445c2cd Added tvOS specific extension for UIButton
This extension registers for the `PrimaryActionTriggered` event, rather than the `TouchUpInside` event, to ensure `rx_tap` works as expected.
2015-11-09 08:24:11 +01:00
Krunoslav Zaher
9fa53a6bb3 Transforms NSErrors across projects into Swift enums that inherit from ErrorType. 2015-11-09 00:44:59 +01:00
Krunoslav Zaher
e52b2c9449 Changes AnonymousObservable access modifier to private. 2015-11-02 10:31:38 +01:00
Krunoslav Zaher
451c2be94e Adds additional UITableView and UICollectionView unit tests. 2015-10-30 23:58:18 +01:00
Krunoslav Zaher
e3efcbb8f5 Reduces code duplication for UITableView and UICollectionView. 2015-10-19 01:15:09 +02:00
Krunoslav Zaher
e22cf3dfb8 Adds RxCocoa unit tests. 2015-10-19 00:55:41 +02:00
Krunoslav Zaher
29b73836b9 Merge pull request #197 from gregpardo/develop
Adds rx_ extensions for UICollectionView focus for tvOS
2015-10-19 00:38:44 +02:00
Greg Pardo
0534aa983a #193 Only implement essential functions as per kzaher's suggestions 2015-10-18 10:23:53 -07:00
Krunoslav Zaher
6dc7f2e4a6 Rename ObserverOf to AnyObserver. 2015-10-17 12:15:37 +02:00
Greg Pardo
0fce5c89d4 #193 Implement suggestions to add some helper rx models 2015-10-16 15:20:13 -04:00
Greg Pardo
a5f0b4fcaf References #193 Allows for nil on focus (Focus can be elsewhere) 2015-10-15 10:36:35 -04:00
Greg Pardo
cc62e2d7ee References #193 about adding tvOS focused rx_ helpers to UICollectionView 2015-10-14 18:40:51 -07:00
Krunoslav Zaher
059e3ca3ab Adds watchOS targets and at least tests building targets. 2015-09-30 14:02:41 +02:00
yury
4823443a9b Add tvOS targets 2015-09-28 23:03:59 +03:00
yury
9917402001 Use array literal for option sets 2015-09-26 18:38:41 +03:00
tokorom
ab954ddd51 Add UIStepper+Rx 2015-09-25 13:05:51 +09:00
Daniel Tartaglia
596b9d9074 Add rx_enabled to UIBarButtonItem extension 2015-09-14 07:16:20 -04:00
Krunoslav Zaher
964d44d733 Documentation and interface cleanup. 2015-09-09 11:29:39 +02:00
Krunoslav Zaher
c4ea7b4bb2 Documentation and interface cleanup. 2015-09-08 22:32:09 +02:00
Krunoslav Zaher
12089a017c Moves from send* to .on 2015-09-01 12:54:44 +02:00
Krunoslav Zaher
a4219416cd Introduces new units ControlProperty and ControlEvent. 2015-08-31 22:01:07 +02:00
Syo Ikeda
77fc2b422d Remove Box references in enums
Those are not used/necessary any more in Swift 2.
2015-08-28 16:08:52 +09:00
Krunoslav Zaher
756a507db7 Fixed UIBarButtonItem with Swift 2.0 2015-08-24 11:41:32 +02:00
Krunoslav Zaher
9c893e75f4 Merges RxSwift.xcodeproj, RxCocoa.xcodeproj and RxBlocking.xcodeproj to Rx.xcodeproj. 2015-08-24 00:06:52 +02:00