A library for communicating with OpenRadar.
Doppler.radar(10192655) { (radar, error) in
if let radar = radar {
print(radar.title) // Value of UIKeyboardFrameEndUserInfoKey is a CGPoint on iOS 5
}
}
The tests require xctester, install it via Homebrew:
$ brew tap neonichu/formulae
$ brew install xctester
and run the tests:
$ make test