Raul Riera
Raul Riera
At the current state, mostly everything is baked into the widget. It should be a good idea to allow parameters to set the: - delete image - action image -...
Pretty sure this is leaking, might have to resort to callbacks variables instead of triggers :(
Looks like the implementation won't allow to run several animations at the same time on the same view... :-1:
Has brought up by @edjiang on https://twitter.com/EdwardStarcraft/status/712727368788353024 which authentication flow should we use for this library? Would love some feedback
- [ ] NSUserActivity for Places - [ ] Siri Kit? - [ ] watchOS 3
``` swift func loadStations(forNetwork network: Network) { CityBikes.stations(forNetwork: network) { response in switch response { case .Success(let stations): self.stations = stations // Request the current user location self.locationManager.requestLocation() case .Failure(let...
Because it's awesome, and now I can use the new Xcode 7 features instead of the awful UI Automation javascript
## What At the moment you need to specify this somewhere in your app to make the separators appear. We should consider providing these as default ```swift Separator.appearance().backgroundColor = UITableView().separatorColor...
The whole screen shifts for a second when the notification is shown on an iPad 4 with size classes turned on. Setting `kCRToastUnderStatusBarKey` to `NO` fixes the issue
Hey everyone! unsure if this is related to the new macOS version, or a new regression in the app. But when recording gifs, the background is now white instead of...