Advertisement Β· 728 Γ— 90

Posts by Enid

Post image

SwiftUI Tip πŸ’‘

In iOS 26, you can apply concentric rounded corners to keep child views visually consistent with their parent.

β†’ learnandcodewithenid.com

4 months ago 3 1 0 0
Preview
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.

πŸš€ New lessons dropping soon.

Join
learnandcodewithenid.com

4 months ago 2 0 0 0
Post image

SwiftUI Tip πŸ’‘

Easily customize tab bar badge colors (normal & selected) with a few UIKit lines of code.

β†’ learnandcodewithenid.com

4 months ago 4 0 0 0
Post image

SwiftUI Tip πŸ’‘

Use keyboardType() to show the most appropriate keyboard for your input.

(Updated for iOS 26 design)

β†’ learnandcodewithenid.com

4 months ago 5 1 0 0

Super useful! I did not know about this until now, thanks!

4 months ago 4 1 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 26+, you can add ticks to a Slider using the ticks parameter.

Perfect for things like brightness, volume, or progress levels.

β†’ learnandcodewithenid.com

4 months ago 6 0 0 0
Post image

SwiftUI Tip πŸ’‘

Use submitLabel() to change the keyboard’s submit button to options like Next, Join, Search, or Done.

(Updated for iOS 26)

β†’ learnandcodewithenid.com

4 months ago 8 0 0 1
Post image

SwiftUI Tip πŸ’‘

Instead of using multiple Spacer views to center content, you can simply use a view’s frame() modifier.

β†’ learnandcodewithenid.com

4 months ago 5 2 0 0
Post image

SwiftUI Tip πŸ’‘

You can create nested menus simply by placing a Menu inside another Menu.

β†’ learnandcodewithenid.com

4 months ago 5 0 0 0
Post image

Xcode Tip πŸ’‘

Not ready for Liquid Glass yet? Temporarily fall back to the classic UI by setting:

UIDesignRequiresCompatibility β†’ YES

in your app’s Info.plist.

β†’ learnandcodewithenid.com

4 months ago 1 1 0 0
Advertisement
Post image

SwiftUI Tip πŸ’‘

In iOS 26.0+, we have two new button roles: .close and .confirm.

β†’ learnandcodewithenid.com

4 months ago 5 0 0 0
Post image

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

4 new visuals

β†’ learnandcodewithenid.com

4 months ago 0 0 0 0
Post image

SwiftUI Tip πŸ’‘

You can add a custom preview to your context menu using the 'preview' parameter.

Perfect for showing more details before the user chooses an action.

β†’ learnandcodewithenid.com

4 months ago 4 1 0 0
Post image

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

4 new visuals

β†’ learnandcodewithenid.com

4 months ago 1 0 0 0
Post image

SwiftUI Tip πŸ’‘

By default, containers like VStack apply built-in spacing.

You can remove it by passing 0 to the spacing parameter.

β†’ learnandcodewithenid.com

4 months ago 2 0 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 17.0+, use listSectionSpacing() to control the vertical space between sections in a List.

β†’ learnandcodewithenid.com

4 months ago 2 0 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 17.0+, use the badgeProminence() modifier to control how noticeable a badge appears.

β†’ learnandcodewithenid.com

4 months ago 3 0 0 0
Post image

SwiftUI Tip πŸ’‘

By default, a scroll view clips anything that extends past its bounds.

In iOS 17.0+, use scrollClipDisabled() to let items extend beyond the scroll view’s bounds.

β†’ learnandcodewithenid.com

4 months ago 4 1 0 0
Post image

πŸš€ As always, new chapters, lessons, and updates are on the way.

You can join with a 50% lifetime discount on the yearly plan β€” the offer expires soon.

β†’ learnandcodewithenid.com

4 months ago 0 0 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 26.0+, you can finally display a subtitle in the navigation bar using the navigationSubtitle() modifier.

β†’ learnandcodewithenid.com

4 months ago 5 1 0 0
Advertisement
Post image

SwiftUI Tip πŸ’‘

In iOS 17.0+, use navigationLinkIndicatorVisibility() to control whether a NavigationLink shows its disclosure indicator.

Perfect for cleaner lists, or when you want full control over row styling.

β†’ learnandcodewithenid.com

4 months ago 5 0 0 0
Post image

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

5 new visuals

β†’ learnandcodewithenid.com

4 months ago 1 1 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 26.0+, TextEditor supports rich text editing when you bind it to an AttributedString.

This instantly unlocks system-native formatting tools - bold, italics, underline, colors, alignment, and more.

β†’ learnandcodewithenid.com

4 months ago 7 1 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 17+, you can choose where your scroll view starts scrolling from using defaultScrollAnchor().

For example, use .top to begin at the start, or .bottom to jump to the latest content - perfect for chat views or message feeds.

β†’ learnandcodewithenid.com

4 months ago 1 0 0 0
Post image

SwiftUI Tip πŸ’‘

You can control where the popover’s arrow appears - top, bottom, leading, or trailing - using the arrowEdge parameter.

Perfect for creating context-aware popovers.

β†’ learnandcodewithenid.com

4 months ago 2 1 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 16.0+, use MultiDatePicker to let users select multiple days at once.

Perfect for booking flows, habit trackers, or any calendar-driven experience.

β†’ learnandcodewithenid.com

4 months ago 3 1 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 18.0+, use the .mix() modifier to blend two colors into a new one.

Great for creating custom backgrounds, smooth gradients, or dynamic themes on the fly.

β†’ learnandcodewithenid.com

4 months ago 2 0 0 0
Advertisement
Post image

SwiftUI Tip πŸ’‘

You can place a toolbar with items above the keyboard by using the .keyboard placement.

Perfect for AI chat apps, note-taking apps, and any interface with quick actions while typing.

β†’ learnandcodewithenid.com

4 months ago 4 0 0 0
Post image

SwiftUI Tip πŸ’‘

Did you know? When using the Liquid Glass design, you can apply it to any custom shape.

β†’ learnandcodewithenid.com

4 months ago 6 0 0 0
Post image

SwiftUI Tip πŸ’‘

In iOS 17.0+, use .pickerStyle(.palette) to display your picker as a horizontal palette of options.

β†’ learnandcodewithenid.com

4 months ago 6 1 0 0