Mark Moeykens
@BigMtnStudio
Followers
16K
Following
13K
Media
2K
Statuses
8K
đź“™ FREE SwiftUI book: https://t.co/PhiMceUTB5
Salt Lake City, UT
Joined January 2017
🚀 NEW BOOK: AI Mastery in SwiftUI Master Apple's FoundationModels framework with my signature visual teaching style. 📱 Build AI-powered SwiftUI apps 📕Concept → Screenshot → Code on every page ⚡ Save time with clear, visual explanations Perfect for SwiftUI developers ready
0
6
32
❓How do I create pinned headers or footers in LazyHGrid? 💡In SwiftUI, use LazyHGrid with pinnedViews parameter, choosing .sectionHeaders, .sectionFooters, or both to keep them visible during scrolling. 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
0
0
9
❓When will "AI Mastery in SwiftUI" be available? 💡Tomorrow! (25 October) 🙌 📕Read about all the updates I've been making to it this last month while building companion apps for it: https://t.co/VASehBTGeT
1
1
13
Starting with iOS 26, SwiftUI shows both title and icon in swipe action buttons by default, but the previous icon-only appearance can be restored using the labelStyle() modifier:
nilcoalescing.com
Starting with iOS 26, SwiftUI shows both title and icon in swipe action buttons by default, but the previous icon-only appearance can be restored using the labelStyle() modifier.
0
7
46
❓How do I set spacing between items in a SwiftUI Grid? 💡You can set horizontal and vertical spacing by adding parameters to the Grid initializer: Grid(horizontalSpacing: 24, verticalSpacing: 24) 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
0
2
36
❓How do I adjust text baseline alignment in SwiftUI? 💡By default, text appears on the same baseline, but you can use .baselineOffset() to create cool effects - negative numbers move text down. 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
1
1
4
Foundation Models are Apple’s new way to bring on-device AI directly into your apps. I’ll walk you through it in a 5-video series, once a week launching Sunday. From basics → guided generation → custom tools. #SwiftUI #FoundationModels #os26
0
7
53
❓How do I use NavigationLink with different value types in SwiftUI? 💡You can pass any type to NavigationLink's value parameter and handle each type separately in navigationDestination modifiers—matching on the type with for: String.self or for: Bool.self
3
6
39
❓How do I change text case in SwiftUI? 💡You can use the .textCase() modifier with .lowercase or .uppercase to transform your text as shown in this example. 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
2
0
24
❓How do I create header & footer views with ScrollView in SwiftUI? 💡Use custom struct views that extend View protocol. Style them with HStack, Text, background modifiers and can customize with Rectangle backgrounds and proper spacing like you see here. 👉Free #SwiftUI picture
0
2
8
❓How do I set a custom range on a Gauge in SwiftUI? 💡You can use the 'in' parameter to define min and max values (e.g., Gauge(value: value, in: minValue...maxValue)). Custom ranges let SwiftUI calculate positioning automatically. 👉Free #SwiftUI picture book at
0
1
16
❓How do I customize sliders in SwiftUI? 💡You can change the track color with .tint(), add style with .background() using Capsule shapes, and apply shadows for depth. While you can't directly color the thumb, creative shapes and outlines add great visual appeal.
0
1
3
❓How can I manage navigation paths with enums in SwiftUI? 💡Create an enum for screens, then use NavigationStack with a path array of those enum values. You can append to navPath for deep linking. 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
0
8
105
❓How do I arrange multiple views vertically in SwiftUI? 💡Use VStack to vertically stack views. Just add your views inside the VStack and set spacing as needed: VStack(spacing: 20) { ... } 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
0
1
6
❓How do I create a date picker with custom label in SwiftUI? 💡It's a trick question because you can't. 🫤 👉Free #SwiftUI picture book at https://t.co/fC3W05RAZO
0
1
12
📗 This is a page from the book: “SwiftUI Views Mastery”:
bigmountainstudio.com
What's the fastest way to learn and master SwiftUI? With pictures! Get the first-of-its-kind SwiftUI picture reference book from Big Mountain Studio and start creating amazing looking screens in your...
0
0
0
📗 This is a page from the book: “SwiftUI Views Mastery”:
bigmountainstudio.com
What's the fastest way to learn and master SwiftUI? With pictures! Get the first-of-its-kind SwiftUI picture reference book from Big Mountain Studio and start creating amazing looking screens in your...
0
0
0
📗 This is a page from the book: “SwiftUI Views Mastery”:
bigmountainstudio.com
What's the fastest way to learn and master SwiftUI? With pictures! Get the first-of-its-kind SwiftUI picture reference book from Big Mountain Studio and start creating amazing looking screens in your...
0
0
0
📗 This is a page from the book: “SwiftUI Views Mastery”:
bigmountainstudio.com
What's the fastest way to learn and master SwiftUI? With pictures! Get the first-of-its-kind SwiftUI picture reference book from Big Mountain Studio and start creating amazing looking screens in your...
0
0
0
📗 This is a page from the book: “SwiftUI Views Mastery”:
bigmountainstudio.com
What's the fastest way to learn and master SwiftUI? With pictures! Get the first-of-its-kind SwiftUI picture reference book from Big Mountain Studio and start creating amazing looking screens in your...
0
0
0