SwiftUI Tip ๐ก
Label closures can contain multiple views, styled automatically based on context โ perfect for showing a title with extra info.
โ learnandcodewithenid.com
@iosdevalb.bsky.social
SwiftUI Tip ๐ก
Label closures can contain multiple views, styled automatically based on context โ perfect for showing a title with extra info.
โ learnandcodewithenid.com
SwiftUI - Understanding LabeledContent (Part 3) is now available to LACWE members ๐
4 new visuals
โ learnandcodewithenid.com
SwiftUI Tip ๐ก
Add images inline with text by using Text and the Image initializers together.
โ learnandcodewithenid.com
Paywall Tip ๐ก
Add a short reassurance like โNo payment due. Cancel anytimeโ above your CTA.
Itโs a small detail - but it can boost trial starts.
โ rebrand.ly/iappgrowth
New in SwiftUI ๐
Add a fast-scrolling AโZ index to your lists - just like the Contacts app!
Use sectionIndexLabel() for each section and make it visible with listSectionIndexVisibility(.visible).
โ learnandcodewithenid.com
New in SwiftUI ๐
When you present partial sheets, the system now automatically applies the Liquid Glass design and adds more edge margin as the detent gets lower.
โ learnandcodewithenid.com
SwiftUI Tip ๐ก
Display your appโs paywall with StoreKit views in SwiftUI.
(just one line of code)
โ learnandcodewithenid.com
New in SwiftUI ๐
Easily apply the Liquid Glass design to your views using the glassEffect() modifier.
โ learnandcodewithenid.com
SwiftUI - Understanding LabeledContent (Part 1) is now available to LACWE members ๐
4 new visuals
โ learnandcodewithenid.com
New in SwiftUI ๐
In iOS 26.0+, you can now show a search bar directly in the tab bar.
Simply create a tab with the 'search' role, then add the searchable() modifier to your TabView.
โ learnandcodewithenid.com
New in SwiftUI ๐
ConcentricRectangle lets you create shapes that automatically match the corner radius of their container โ ideal for compact designs without manually setting each radius.
โ learnandcodewithenid.com
New in SwiftUI ๐
Finally, we can make views automatically curve their corners to follow the shape of their parent using the 'concentric' corner style โ making layouts look more consistent and polished.
โ learnandcodewithenid.com
New in SwiftUI ๐
In iOS 26.0+, you can change scroll edge visuals by choosing soft or hard blur effects using scrollEdgeEffectStyle().
โ learnandcodewithenid.com
๐ If you're enjoying my visual content on iOS development, Iโve packed over 50 visuals for you to download for free.
๐ learnandcodewithenid.com/free-visuals
New in SwiftUI ๐
In iOS 26.0+, you can now show badges on toolbar items using the badge() modifier.
Perfect for buttons like notifications, cart, or messages.
โ learnandcodewithenid.com
SwiftUI - Understanding Form (Part 3) is now available to LACWE members ๐
5 new visuals
โ learnandcodewithenid.com
SwiftUI Tip ๐ก
Use submitLabel() to set the return key type on the keyboard.
It helps indicate the intended action, such as โdoneโ, โgoโ, or โsendโ.
โ learnandcodewithenid.com
SwiftUI Tip ๐ก
In iOS 26.0+, use tabViewBottomAccessory() to pin a custom view above the tab bar.
It moves down automatically when the tab bar minimizes using tabBarMinimizeBehavior().
โ learnandcodewithenid.com
๐จ Only 5 days left to get the launch price before itโs gone!
๐ฃ All new submissions will be delivered starting in September.
New in SwiftUI ๐
The backgroundExtensionEffect() modifier creates a blurred, mirrored extension of your viewโs content beyond the safe area, enhancing visual continuity.
โ learnandcodewithenid.com
New in SwiftUI๐
Use .tabViewBottomAccessory() to place custom content in the tab barโs accessory view - perfect for persistent actions or controls.
โ learnandcodewithenid.com
SwiftUI - Understanding Form (Part 2) is now available to LACWE members ๐
5 new visuals
โ learnandcodewithenid.com
New in SwiftUI ๐
In iOS 26.0, we can finally create a rich text editor by binding TextEditor to an AttributedString.
โ learnandcodewithenid.com
SwiftUI - Understanding Form (Part 1) is now available to LACWE members ๐
5 new visuals
โ learnandcodewithenid.com
SwiftUI Tip ๐ก
Detect if users take a screenshot with just a few lines of code.
โ learnandcodewithenid.com
New in SwiftUI ๐
Use GlassEffectContainer to group related Liquid Glass elements into a unified shape, allowing for fluid visual blending.
โ learnandcodewithenid.com
SwiftUI Tip ๐ก
Apply the Liquid Glass design to your buttons using .glass or .glassProminent with the buttonStyle() modifier.
Learn iOS development visually:
learnandcodewithenid.com
SwiftUI Tip ๐ก
Limit the number of characters a user can enter in a TextField.
Learn iOS development visually:
learnandcodewithenid.com
SwiftUI Tip ๐ก
Prevent scrollable views from scrolling by using .scrollDisabled(true).
Learn iOS development visually:
learnandcodewithenid.com
SwiftUI Tip ๐ก
Easily generate a random color.
โ learnandcodewithenid.com