Post

Replies

Boosts

Views

Activity

TipKit: how to show a popover tip on a SwiftUI tabItem
Is there any way i can show popover tip on tabItem inside of TabView TabView(selection: selected) { Group{ HomeView() .tabItem { Label { Text("Home") } icon: { Image(selected==1 ? "home-icon" : "home-unselect") } // show tip over the Home icon } .tag(1) } }
Replies
0
Boosts
0
Views
303
Activity
Feb ’25
How to Remotely Block Apps on a Child’s Device Using Screen Time API?
I am developing a parental control app using Apple’s Screen Time API and FamilyControls Framework. My goal is to allow parents to remotely block apps on their child’s device from their own phone. Anyone have any idea how can i do that?
Replies
1
Boosts
0
Views
374
Activity
Feb ’25