Advertisement
Make iOS Apps using AI, with Alex Sidebar
Take advantage of our coding agent, built specifically for Swift. Generate modern SwiftUI from images. Fast Apply suggestions from Claude 3.5 Sonnet, o3-mini, and DeepSeek. Autofix errors and warnings. Enable thinking and web search. And so much more.
Bad practice: using an unsafe continuation
Hereβs what you need to know about TipKit! π‘
WWDC 2023 had a lot of cool announcements, but thereβs one Iβm sure no one expected: the release of a new iOS framework called TipKit!
So what is TipKit all about?
The goal of TipKit is to make it as easy as possible for developers to display short contextual information that highlights or explains a feature of their app.
Hidden feature: static properties
I can teach you SwiftUI in 12 hours π©πΌβππ¨π»βπ
Since the end of 2021 Iβve been teaching private SwiftUI training sessions for a few French companies.
Their feedback was pretty positive, so last spring I decided to record this training course through a series of free livestreams on YouTube.
(and if youβre wondering about the price, itβs available entirely for free!)
Discover localizedStandardCompare()
How risky is it to use [unowned self]? π€
Iβm sure you already know about retain cycles and how they can be broken by capturing a weak reference to an instance.
You might have also heard that, instead of a weak reference, you can also capture an unowned reference.
And you might have even heard that unowned reference are a bit more optimized, but also a bit more risky.
Bad practice: using if instead of guard
I can teach you Combine in just 4 hours π
Last June, a French company hired me for a private training session focused on SwiftUI and Combine.
This lead me to prepare some training material on Combine and I figured why not make it available to everyone?