BigMtnStudio Profile Banner
Mark Moeykens Profile
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
Don't wanna be here? Send us removal request.
@BigMtnStudio
Mark Moeykens
3 days
🚀 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
@BigMtnStudio
Mark Moeykens
1 day
❓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
@BigMtnStudio
Mark Moeykens
4 days
❓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
@NilCoalescing
Nil Coalescing
5 days
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:
Tweet card summary image
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
@BigMtnStudio
Mark Moeykens
5 days
❓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
@BigMtnStudio
Mark Moeykens
8 days
❓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
@StewartLynch
StewartLynch 🇨🇦
12 days
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
@BigMtnStudio
Mark Moeykens
12 days
❓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
@BigMtnStudio
Mark Moeykens
15 days
❓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
@BigMtnStudio
Mark Moeykens
15 days
❓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
@BigMtnStudio
Mark Moeykens
19 days
❓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
@BigMtnStudio
Mark Moeykens
19 days
❓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
@BigMtnStudio
Mark Moeykens
22 days
❓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
@BigMtnStudio
Mark Moeykens
22 days
❓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
@BigMtnStudio
Mark Moeykens
26 days
❓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