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.
When should you use a hybrid framework? 🤔
A couple weeks ago I did a livestream and someone in the chat asked me a very interesting question:
What’s your opinion on using hybrid frameworks to develop apps?
It’s a question that’s actually quite common and I’ve realized that I’ve never created any content on this topic!
So it’s time to fill that gap, here’s my answer to that question.
Bad practice: not using .isMultiple(of:)
How to write safer code using the Lock 🔒 and Key 🔑 pattern
Bad practice: using .lowercased() to compare strings
Do you know what translatesAutoresizing MaskIntoConstraints actually does? 🤨
If you’ve ever written programmatic layout code with UIKit, you already know that if you forget this line, it’s guaranteed that your UI will break.
But have you ever wondered why that’s the case?
What does this line exactly do?
And what’s this “autoresizing mask” that it mentions?