Home
-
Animating NSLayoutAnchor Constraints and the Pitfalls Involved (Swift 4.0)
Correctly laying out an iPhone application sometimes feels like the 20% of a project that takes 80% of your effort/time. That's why when Apple hit us with NSLayoutAnchor in iOS 9 I jumped on the opportunity to make life easier. Read more...
-
Adding a Parallax Effect to a UIScrollView using NSLayoutAnchor
One of the most common animations we see nowadays is the parallax effect. You see it on a lot of websites and sprinkled here and there inside of mobile applications. Read more...
-
Create a Paging Scroll View using NSLayoutAnchor and UIStackView
Today I wanna show you how to implement a Paging Scroll View programmatically using some cool AutoLayout APIs. You might be asking "Why do this programmatically?". Read more...
-
How to Guard your Secrets Using Git
Depending on how long you've been programming this might seem obvious, or odd. Recently, I've been playing with a few APIs and chose GitHub for version control. Read more...
-
Optimizing Google Translation API calls for iOS
"If you do what you love, you'll never work a day in your life." - Marc Anthony
Recently, I started working on an app that needed the ability to translate text to different languages. Read more...
-
How to Integrate React into Rails using Webpacker
If you're a Rails developer then you've heard the Rail's mantra "Convention over Configuration" many times. Some can argue it's a weakness but we've embraced it wholeheartedly. Read more...
- ← Newer Posts
- 1
- 2
- 3 ...
- 6
- Older Posts →