Features
- Adds
UIImagePickerController
delegate wrappers. - Adds
SectionedViewDataSourceType
that enables third party data sources to use existingrx_modelSelected
/rx_modelDeselected
wrappers. - Adds
rx_modelDeselected
toUITableView
- Adds
rx_itemDeselected
toUITableView
- Adds
rx_modelDeselected
toUICollectionView
- Adds
rx_itemDeselected
toUICollectionView
- Adds
rx_state
toNSButton
- Adds
rx_enabled
toNSControl
- Adds
UIImagePickerController
usage example to Example app.
Anomalies
- Removes usage of
OSSpinLock
s from allDarwin
platforms because of problems with inversion of priority on iOS. Original thread on swift mailing list is here - Reduces verbose output from
RxCocoa
project in debug mode.TRACE_RESOURCES
is now also treated as a verbosity level setting. It is possible to get old output by usingTRACE_RESOURCES
with verbosity level>= 2
. #397 - Fixes anomaly with logging of HTTP body of requests in
RxCocoa
project.