Patrefans
kavsoft from patreon
kavsoft patreon

Recreating Apple Find My App's Custom Tab Bar | iOS 26 & iOS 18 | Xcode 26

🕑 Added 2025-06-22 18:59:28 +0000 UTC
Recreating Apple Find My App's Custom Tab Bar | iOS 26 & iOS 18 | Xcode 26

Comments

John Appleseed

Did u find a fix for this?

John Appleseed

How do I change the detents with the tab bar locked to the bottom and not floating all over the place? Like I wanna make the me tab only .large and devices only .medium

Brent Loies

kind of an edge case, but when you drag the bottom bar to the top of the screen and move up and down a little it glitches like crazy. any idea how to fix this?

Kavsoft

We can utilize safeAreaInset to position the Apple Map Legal link at the top of the bottom bar. I’ve updated the code, please check it out!

Kavsoft

We can simply present a new sheet in the bottom bar that will stack sheet one after another. I’ve updated the code, so please check it out!

Alex

Is it possible to re-align the tab bar glass effect buttons you removed at 10:15 so they're fictional vs invisible?

Olluk

how would you do the FindMy's sheet stacking? The one that's happening when you interact with the items on the sheet? It seems that you can have multiple sheets on top of each other and they all act as if they're just one sheet when you move the detents up and down.

Jason Fang

I have a question. Apple requires you to show the "Apple Map Legal" at the buttom of the sheet. How can i move the map on top of the tabbar? Because currently the "Apple Map Legal" is covered by the tab bar now

goodDuck

yes)

Jan Pollak

This is a fantastic implementation, great work! I have a design question for you. How would you approach a version where the sheet is only present on one specific tab? My main concern is how to handle the transitions when switching to and from that tab to make the user experience feel smooth and not jarring. Thanks for any insights!

Maxym Nesmashny

Is Xcode 26 beta required?

Kavsoft

I don’t get the question quite well, but it’s using TabView so you can have different views for each tab!

Yury

Is it possible to have such menu only for one tab bar button? The rest should be just different screens and behave as standard tab bar views.

Adam

Could you also show how to add a sheet that appears on top of the sheet when you tap on a particular person, device, or item?

Kavsoft

Yes! You can use any Source view.

234

Hello. Im new to SwiftUI, is it possible to have another View rather than map() only? Thank you


More Creators