Enid
@iosdevalb.bsky.social
๐ค 531
๐ฅ 29
๐ 435
The โUnderstanding Sectionโ chapter in my visual iOS development course has been updated with the new iOS 26 design๐ฑ ๐จ 9 visuals included in this chapter โ
learnandcodewithenid.com
about 19 hours ago
0
0
0
SwiftUI Tip ๐ก The glassEffect() modifier applies a capsule shape by default but you can easily change it to any shape you prefer. โ
learnandcodewithenid.com
2 days ago
0
4
0
SwiftUI Tip ๐ก When applying the Liquid Glass design to your custom views, you can even use custom shapes with the glassEffect() modifier. โ
learnandcodewithenid.com
4 days ago
1
4
1
SwiftUI - Understanding Text (Part 30) is now available to LACWE members ๐ 4 new visuals โ
learnandcodewithenid.com
5 days ago
0
1
0
SwiftUI - Understanding Text (Part 29) is now available to LACWE members ๐ 6 new visuals โ
learnandcodewithenid.com
6 days ago
0
2
0
New lessons (with the latest iOS 26 APIs) are dropping soon ๐ Join:
learnandcodewithenid.com
loading . . .
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.
https://learnandcodewithenid.com
7 days ago
0
0
0
The โUnderstanding Listโ chapter in my visual iOS development course has been updated with the new iOS 26 design๐ฑ ๐จ 80+ visuals included in this chapter โ
learnandcodewithenid.com
10 days ago
0
2
0
New in SwiftUI ๐ In iOS 26, we can finally make buttons expand to fill the available width of their container using buttonSizing(). โ
learnandcodewithenid.com
11 days ago
0
5
1
SwiftUI Tip ๐ก In iOS 16+, use toolbarTitleMenu() to present a menu when users tap the navigation title. โ
learnandcodewithenid.com
14 days ago
0
4
1
SwiftUI - Understanding Button (Part 10) is now available to LACWE members ๐ 7 new visuals โ
learnandcodewithenid.com
17 days ago
0
1
0
SwiftUI Tip ๐ก Want your navigation bar title to stay large but inline? In iOS 17+, use .toolbarTitleDisplayMode(.inlineLarge). โ
learnandcodewithenid.com
19 days ago
0
5
0
Keyboard Types in iOS ๐ฑ Updated for iOS 26 โ
learnandcodewithenid.com
20 days ago
0
2
0
The โUnderstanding Buttonโ chapter in my visual iOS development course is now updated with the new iOS 26 design ๐จ๐ฑ 20+ visuals โ
learnandcodewithenid.com
21 days ago
0
1
0
The โUnderstanding TextFieldโ chapter in my visual iOS development course is now updated with the new iOS 26 design ๐จ๐ฑ 40+ visuals โ
learnandcodewithenid.com
24 days ago
0
2
0
SwiftUI Tip ๐ก In iOS 26, toolbar items adopt a glass background effect by default. You can control its visibility using the sharedBackgroundVisibility() modifier. โ
learnandcodewithenid.com
26 days ago
0
5
1
New in SwiftUI ๐ Use labelReservedIconWidth() to reserve a fixed width for icons in labels. This ensures titles stay perfectly aligned, even when icons have different sizes. โ
learnandcodewithenid.com
about 1 month ago
0
1
0
New in SwiftUI ๐ Add an AโZ fast scroll to your lists (just like Contacts). Just use sectionIndexLabel() and listSectionIndexVisibility(.visible). โ
learnandcodewithenid.com
about 1 month ago
0
0
0
Swift - Understanding Functions (Part 3) is now available to LACWE members ๐ 4 new visuals โ
learnandcodewithenid.com
about 1 month ago
0
2
0
New in SwiftUI ๐ Group views with GlassEffectContainer for a unified Liquid Glass look. โ
learnandcodewithenid.com
about 2 months ago
0
2
1
New in SwiftUI ๐ In iOS 26.0+, you can now display 3D charts using Chart3D. โ
learnandcodewithenid.com
about 2 months ago
0
3
0
Xcode 26.0 Tip ๐ก Did you know you can temporarily disable the new Liquid Glass design when building for iOS 26.0? In your Info.plist, set UIDesignRequiresCompatibility to YES to turn it off. Note: Apple says this key is temporary and will be removed. โ
learnandcodewithenid.com
about 2 months ago
0
3
0
Swift - Understanding Functions (Part 2) is now available to LACWE members ๐ 7 new visuals โ
learnandcodewithenid.com
about 2 months ago
0
0
0
New in SwiftUI ๐ In iOS 26.0, toolbars adopt a unified look. Use ToolbarSpacer to create separation between items. โ
learnandcodewithenid.com
about 2 months ago
0
2
0
New SwiftUI ๐ In iOS 26.0+, there's a new button role for confirming actions. โ
learnandcodewithenid.com
about 2 months ago
0
5
1
New in SwiftUI ๐ When applying the Liquid Glass design to a view, you can also set a tint color using the .tint() method. โ
learnandcodewithenid.com
about 2 months ago
0
2
1
Paywall Tip ๐ก Donโt make your CTA button too small. A larger button is easier to notice โ and easier to tap. โ
rebrand.ly/iappgrowth
about 2 months ago
0
0
0
Paywall Tip ๐ก Donโt distract users with too many colors. Your CTA should stand out โ not blend in. โ
rebrand.ly/iappgrowth
about 2 months ago
0
3
0
SwiftUI Tip ๐ก Label closures can contain multiple views, styled automatically based on context โ perfect for showing a title with extra info. โ
learnandcodewithenid.com
about 2 months ago
0
4
0
SwiftUI - Understanding LabeledContent (Part 3) is now available to LACWE members ๐ 4 new visuals โ
learnandcodewithenid.com
about 2 months ago
0
0
0
SwiftUI Tip ๐ก Add images inline with text by using Text and the Image initializers together. โ
learnandcodewithenid.com
about 2 months ago
1
2
1
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
2 months ago
0
5
1
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
2 months ago
0
10
2
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
2 months ago
0
3
1
SwiftUI Tip ๐ก Display your appโs paywall with StoreKit views in SwiftUI. (just one line of code) โ
learnandcodewithenid.com
2 months ago
1
3
0
New in SwiftUI ๐ Easily apply the Liquid Glass design to your views using the glassEffect() modifier. โ
learnandcodewithenid.com
2 months ago
0
4
0
SwiftUI - Understanding LabeledContent (Part 1) is now available to LACWE members ๐ 4 new visuals โ
learnandcodewithenid.com
2 months ago
0
1
0
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
2 months ago
0
1
0
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
2 months ago
0
6
2
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
2 months ago
0
5
0
New in SwiftUI ๐ In iOS 26.0+, you can change scroll edge visuals by choosing soft or hard blur effects using scrollEdgeEffectStyle(). โ
learnandcodewithenid.com
2 months ago
0
1
0
๐ 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
2 months ago
0
1
0
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
2 months ago
0
4
1
SwiftUI - Understanding Form (Part 3) is now available to LACWE members ๐ 5 new visuals โ
learnandcodewithenid.com
2 months ago
0
0
0
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
3 months ago
0
2
0
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
3 months ago
1
6
0
๐จ Only 5 days left to get the launch price before itโs gone! ๐ฃ All new submissions will be delivered starting in September.
loading . . .
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...
https://iosdevalb.gumroad.com/l/indieappgrowth
3 months ago
0
0
0
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
3 months ago
0
2
0
New in SwiftUI๐ Use .tabViewBottomAccessory() to place custom content in the tab barโs accessory view - perfect for persistent actions or controls. โ
learnandcodewithenid.com
3 months ago
0
2
0
SwiftUI - Understanding Form (Part 2) is now available to LACWE members ๐ 5 new visuals โ
learnandcodewithenid.com
3 months ago
0
0
0
New in SwiftUI ๐ In iOS 26.0, we can finally create a rich text editor by binding TextEditor to an AttributedString. โ
learnandcodewithenid.com
3 months ago
0
3
1
Load more
feeds!
log in