Enid's Avatar

Enid

@iosdevalb.bsky.social

522 Followers  |  29 Following  |  408 Posts  |  Joined: 16.11.2024  |  1.732

Latest posts by iosdevalb.bsky.social on Bluesky

Post image

SwiftUI Tip ๐Ÿ’ก

Label closures can contain multiple views, styled automatically based on context โ€” perfect for showing a title with extra info.

โ†’ learnandcodewithenid.com

15.08.2025 11:12 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI - Understanding LabeledContent (Part 3) is now available to LACWE members ๐ŸŽ‰

4 new visuals

โ†’ learnandcodewithenid.com

15.08.2025 09:29 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI Tip ๐Ÿ’ก

Add images inline with text by using Text and the Image initializers together.

โ†’ learnandcodewithenid.com

14.08.2025 18:20 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

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

14.08.2025 10:11 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

13.08.2025 10:54 โ€” ๐Ÿ‘ 10    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Post image

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

12.08.2025 11:30 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI Tip ๐Ÿ’ก

Display your appโ€™s paywall with StoreKit views in SwiftUI.

(just one line of code)

โ†’ learnandcodewithenid.com

11.08.2025 17:07 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

New in SwiftUI ๐Ÿš€

Easily apply the Liquid Glass design to your views using the glassEffect() modifier.

โ†’ learnandcodewithenid.com

10.08.2025 13:02 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI - Understanding LabeledContent (Part 1) is now available to LACWE members ๐ŸŽ‰

4 new visuals

โ†’ learnandcodewithenid.com

10.08.2025 09:35 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

08.08.2025 10:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

07.08.2025 08:14 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

06.08.2025 08:41 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

New in SwiftUI ๐Ÿš€

In iOS 26.0+, you can change scroll edge visuals by choosing soft or hard blur effects using scrollEdgeEffectStyle().

โ†’ learnandcodewithenid.com

03.08.2025 14:15 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐ŸŽ‰ 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

02.08.2025 15:41 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

02.08.2025 10:21 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI - Understanding Form (Part 3) is now available to LACWE members ๐ŸŽ‰

5 new visuals

โ†’ learnandcodewithenid.com

30.07.2025 21:15 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

29.07.2025 09:51 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

28.07.2025 11:02 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Indie App Growth - Pro Review ๐Ÿš€ Letโ€™s grow your app together. Launch price: $359 ๐ŸšจAvailable until July 31 โ€” then the price goes up to $499. Youโ€™ve already built the app โ€” and by now, youโ€™ve probably realized that building it was t...

๐Ÿšจ Only 5 days left to get the launch price before itโ€™s gone!

๐Ÿ“ฃ All new submissions will be delivered starting in September.

26.07.2025 20:00 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

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

24.07.2025 13:03 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

New in SwiftUI๐Ÿš€

Use .tabViewBottomAccessory() to place custom content in the tab barโ€™s accessory view - perfect for persistent actions or controls.

โ†’ learnandcodewithenid.com

23.07.2025 13:30 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI - Understanding Form (Part 2) is now available to LACWE members ๐ŸŽ‰

5 new visuals

โ†’ learnandcodewithenid.com

22.07.2025 13:26 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

New in SwiftUI ๐Ÿš€

In iOS 26.0, we can finally create a rich text editor by binding TextEditor to an AttributedString.

โ†’ learnandcodewithenid.com

18.07.2025 11:27 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI - Understanding Form (Part 1) is now available to LACWE members ๐ŸŽ‰

5 new visuals

โ†’ learnandcodewithenid.com

14.07.2025 13:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI Tip ๐Ÿ’ก

Detect if users take a screenshot with just a few lines of code.

โ†’ learnandcodewithenid.com

12.07.2025 09:44 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

New in SwiftUI ๐Ÿš€

Use GlassEffectContainer to group related Liquid Glass elements into a unified shape, allowing for fluid visual blending.

โ†’ learnandcodewithenid.com

10.07.2025 11:58 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI Tip ๐Ÿ’ก

Apply the Liquid Glass design to your buttons using .glass or .glassProminent with the buttonStyle() modifier.

Learn iOS development visually:
learnandcodewithenid.com

09.07.2025 14:27 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI Tip ๐Ÿ’ก

Limit the number of characters a user can enter in a TextField.

Learn iOS development visually:
learnandcodewithenid.com

08.07.2025 11:21 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI Tip ๐Ÿ’ก

Prevent scrollable views from scrolling by using .scrollDisabled(true).

Learn iOS development visually:
learnandcodewithenid.com

07.07.2025 18:54 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

SwiftUI Tip ๐Ÿ’ก

Easily generate a random color.

โ†’ learnandcodewithenid.com

04.07.2025 14:52 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@iosdevalb is following 18 prominent accounts