Enid
banner
iosdevalb.bsky.social
Enid
@iosdevalb.bsky.social
New in SwiftUI 🚀

In iOS 26.0+, you can now add ticks to sliders - perfect for visual guidance.

learnandcodewithenid.com
November 11, 2025 at 11:54 AM
iOS Dev Tip 💡

Want your arrays to read like real sentences?

Use .formatted(.list())

learnandcodewithenid.com
November 10, 2025 at 2:57 PM
iOS Dev Tip 💡

You can monitor your app’s thermal state to adjust performance when the device gets too warm - just check:

ProcessInfo.processInfo.thermalState

learnandcodewithenid.com
November 9, 2025 at 12:04 PM
SwiftUI Tip 💡

In iOS 15.0+, you can prevent users from swiping down to dismiss a sheet using .interactiveDismissDisabled().

Perfect for preventing accidental closes - especially in paywalls.

learnandcodewithenid.com
November 8, 2025 at 2:57 PM
SwiftUI Tip 💡

Display interactive maps easily using the Map view.

learnandcodewithenid.com
November 8, 2025 at 11:49 AM
SwiftUI - Understanding GlassEffectContainer (Part 4) is now available to LACWE members 🎉

4 new visuals

learnandcodewithenid.com
November 7, 2025 at 5:08 PM
SwiftUI Tip 💡

When you apply the liquid glass style to a custom view, you can also customize its tint color.

learnandcodewithenid.com
November 7, 2025 at 4:28 PM
SwiftUI Tip 💡

In iOS 26, toolbars use a glass background by default.

To remove it, use .sharedBackgroundVisibility(.hidden)

learnandcodewithenid.com
November 7, 2025 at 1:49 PM
SwiftUI - Understanding GlassEffectContainer (Part 3) is now available to LACWE members 🎉

4 new visuals

learnandcodewithenid.com
November 6, 2025 at 1:08 PM
SwiftUI - Understanding GlassEffectContainer (Part 2) is now available to LACWE members 🎉

4 new visuals

learnandcodewithenid.com
November 3, 2025 at 5:25 PM
SwiftUI Tip 💡

In iOS 17.0+, you can use .sensoryFeedback() to trigger haptic feedback directly in SwiftUI.

learnandcodewithenid.com
November 3, 2025 at 11:20 AM
SwiftUI Tip 💡

Did you know? You can create quick skeleton loading states using .redacted(reason: .placeholder).

learnandcodewithenid.com
November 2, 2025 at 1:49 PM
SwiftUI Tip 💡

Did you know? You can layer multiple borders on a shape.

learnandcodewithenid.com
November 2, 2025 at 11:42 AM
SwiftUI Tip 💡

Label closures can include multiple views - like a title, subtitle, and details.

SwiftUI automatically styles them for you.

learnandcodewithenid.com
November 1, 2025 at 5:26 PM
SwiftUI Tip 💡

In iOS 16+, you can combine inner and drop shadows for extra depth and realism.

learnandcodewithenid.com
October 31, 2025 at 10:14 AM
SwiftUI - Understanding GlassEffectContainer (Part 1) is now available to LACWE members 🎉

6 new visuals

learnandcodewithenid.com
October 30, 2025 at 2:40 PM
🚀 New lessons and updates are on the way.

Join:
learnandcodewithenid.com
Learn And Code With Enid - Learn iOS development visually
Learn Swift, SwiftUI, UIKit, and more in a visual, creative, and unique way with ongoing visuals.
learnandcodewithenid.com
October 29, 2025 at 6:34 PM
Sheet Customization in SwiftUI 💡

A visual guide to styling sheets using some modifiers available in iOS 16+

learnandcodewithenid.com
October 28, 2025 at 4:51 PM
SwiftUI Tip 💡

In iOS 15+, you can use Markdown inside a Text view to style parts of your text.

learnandcodewithenid.com
October 27, 2025 at 6:36 PM
SwiftUI Tip 💡

Use compositingGroup() to make stacked views render as one - perfect for clean shadows.

learnandcodewithenid.com
October 27, 2025 at 3:49 PM
SwiftUI Tip 💡

Easily display device information with just a few lines of code.

learnandcodewithenid.com
October 26, 2025 at 5:30 PM
SwiftUI - Understanding Section (Part 6) is now available to LACWE members 🎉

4 new visuals

learnandcodewithenid.com
October 25, 2025 at 2:41 PM
SwiftUI Tip 💡

In iOS 26, the new .confirm button role appears in blue by default.

You can customize its color using the tint() modifier.

learnandcodewithenid.com
October 23, 2025 at 4:00 PM
SwiftUI Tip 💡

Did you know you can customize the keyboard return key?

With .submitLabel(), you can easily change it to “Send,” “Join,” “Search,” and more.

Here’s a visual reference — updated for iOS 26 ✨

learnandcodewithenid.com
October 23, 2025 at 11:37 AM
SwiftUI Tip 💡

By default, badges in a tab bar appear in red.

You can change their color for both normal and selected states with just a few lines of UIKit code.

learnandcodewithenid.com
October 21, 2025 at 12:20 PM