mapView.rac_valuesForKeyPath("userTrackingMode", observer: self).subscribeNextAs {
// block handling
I get an error 'String' is not convertible to 'String!'
. Any suggestions what this may mean?
I used to think, that String!
is same as String
, so it is unwrapped String?
...
- Xcode 7.3.1
- Swift 2.2
- ReactiveCocoa 4.1.0