Search results for #adventofswift
I haven’t seen a problem like this one before, I liked it! In #AdventOfCode Day 9 you’re crossing a bridge and there’s a rope flailing around, so calculate where the end of the rope will be based on the front of the rope’s movements. #AdventOfSwift github.com/maxxfrazer/Adv…
Just bought the #adventofswift bundle by @DonnyWals 😊
Just bought the #adventofswift bundle by @DonnyWals 😊
🥳 The #adventofswift bundle is now live! Writing 24 articles in 24 days was quite the adventure and I'm very proud of how they came out. If you enjoyed the articles and/or want to support my work, make sure to grab the bundle! min. price is just $1,99 🥳 gumroad.com/l/advent-of-sw…
@DonnyWals We should thank you for taking your time and creating all these valuable contents for free. Really learned a lot from #adventofswift and got the motivation to continuously learn new techniques of creating iOS apps. Appreciate all the work you've done, thank you Donny!
I have just one more article up my sleeve for you before I wrap up #adventofswift! This project has been a crazy adventure I just wanted to say 🙏🏼Thank You🙏🏼 to everybody that supported me during this project. Knowing that my articles are helping you all really keeps me going!
For the longest time Storyboards didn't support custom initializers. With iOS 13 and Xcode 11, they finally do! 🎓Learn how to define your own segue initializers 🎓Connect your segues with @IBSegueAction #adventofswift donnywals.com/dependency-inj…
Learn how you can build gorgeous collection view layouts with UICollectionViewCompositionalLayout! 🎓Learn how a compositional layout is created 🎓Learn about orthogonal scrolling 🎓Build amazing layouts with a few lines of code #adventofswift donnywals.com/using-composit…
And app number three for the #adventofswift bundle is shaping up to be quite nice too 💪🏼.
Sample app number two for the #adventofswift bundle is pretty much done. Can you guess what tomorrow’s article is about based on these screenshots?
iOS 13 has diffable data sources. Learn all about them in today's article! 🎓Learn what diffable data sources are and how to use them 🎓Several best practices Big thanks to @__breeno and @lilhinx for giving me pointers while researching! #adventofswift donnywals.com/modern-table-v…
Just realized there are only four more articles to publish in my #adventofswift series. Which means I've published 20 articles this month 🤯. Time flies when you're having fun!
Want to support me and my work in 2020? I'm publishing my #adventofswift articles from this month + several sample apps as a bundle. You can pick it up for $1,99 or more if you think it's worth more, so it's affordable for everybody 🙌🏼 gumroad.com/l/advent-of-sw…
Networking is one of those things we're all confronted with eventually. Learn how to build a robust networking layer in today's #adventofswift article. 🎓Learn how to design a networking layer from scratch 🎓Use protocols for maximum flexibility donnywals.com/architecting-a…
Want to run the new Xcode beta but also have to keep older Xcode versions around? Fear not! There's a tool for that. 🎓Learn how to manage multiple Xcode installations with xcversion 🎓Easily change the Xcode command line tools version #adventofswift donnywals.com/installing-mul…
First sample for the #adventofswift bundle almost done. It uses several technologies like Core Data, diffable data sources and @IBSegueAction. Pre order the bundle for (a minimum of) $1.99 and get this app + several other apps/playgrounds! gumroad.com/l/advent-of-sw…
Have you ever written code that accesses a deeply nested property of an object? Learn why that's not the best idea in today's #adventofswift post! 🎓Learn about loose coupling 🎓Understand what the Law of Demeter (Principle of least knowledge) is donnywals.com/loose-coupling…
Big announcement!! I'm launching an #adventofswift bundle. It contains all articles from this month and several demo apps to demonstrate the principles taught in the articles. It's pay-what-you-want, minimum of $1,99. Pre-order now, ships on Dec 23rd 🎉gumroad.com/l/advent-of-sw…
A new week, a new chance to learn something new! I’m prepping my last batch of #adventofswift articles (only 7 more to go) and I’m working on something cool that I’ll tell you more about on Wednesday 🙃. What are your plans this week?
Learn how to sequence tasks in Swift with DispatchGroup in today's #adventofswift article 🎓Understand what problem DispatchGroup solves 🎓Learn how to use DispatchGroup 🎓Make multiple network calls and wait for all to complete before proceeding donnywals.com/sequencing-tas…