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.

πŸ‘‰ Start your 7-day free trial of Alex today! πŸ‘ˆ


Here’s what you need to know about TipKit! πŸ’‘
Newsletter Vincent Pradeilles Newsletter Vincent Pradeilles

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.

Read More
I can teach you SwiftUI in 12 hours πŸ‘©πŸΌβ€πŸŽ“πŸ‘¨πŸ»β€πŸŽ“
Newsletter Vincent Pradeilles Newsletter Vincent Pradeilles

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!)

Read More
How risky is it to use [unowned self]? πŸ€”
Newsletter Vincent Pradeilles Newsletter Vincent Pradeilles

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.

Read More