Simon Strandgaard
Simon Strandgaard
Swift 4
Your [blog post about animations](https://medium.com/@raulriera/custom-view-controller-presentations-the-right-way-53e8e8e8118b) is pretty cool. However I'm unable to compile using Xcode9.2. I also tried using Xcode9.0.1, but no luck. Your code looks good.
I have found the blog here with screenshots. Perhaps useful link? http://www.altdevblogaday.com/2012/01/21/replicating-tweetbots-alerts-and-action-sheets/
This looks like a cool project. I tried downloading it, but didn't find an example project.
# Problem I get frustrated when there is a fallout in my internet connectivity. This happens several times per month. It it just incredible slow right now or has the...
Seems like a great AI framework for iOS. I wish to use your framework on macOS. My `podfile` looks something like this: ``` swift_version = "5.0" platform :osx, '10.14' pod...
In `ViewController.swift` there is a misspelled word `cenetered`. Also change from `Easily customize` to `Easily customizable`.
Hi, it's a cool tool you have. When I run this command ``` PROMPT> pgdiff COLUMN -U johndoe -H 127.0.0.1 -D test1 -O "sslmode=disable" -S 'public' -P 5432 -W "password"...
Awesome project Perhaps add an example that shows best practice of using `StatusProvider` with a `UITableViewController`. This would be very helpful I'm not sure if I should make use of...