Post

Replies

Boosts

Views

Activity

Reply to Unable to load Family Activity Picker ScreenTimeAPI
I'm in the same boat. On iOS 15 beta 2 and Xcode beta 2 and the FamilyActivityPicker shows categories on both guardian and child device but the categories don't expand to show any apps. Furthermore, I don't understand how this would work on the guardian device. I would want to see a list of a specific child's apps, but I don't see anyway to specify which child of my 4 kids the FamilyActivityPicker should show apps for.
Jul ’21
Reply to Issue with DisclosureGroup Animation Within SwiftUI ForEach Loop.
In my case my List has a mix of DiscloseGroup rows and normal rows. My rows each have a checkbox such that if you check a row off it moves the row to the bottom (.i.e re-sorts the list within a withAnimation block). I'm seeing the bad animation when two or more DisclosureGroups are adjacent in the List. If you check the top one, then in the re-order animation it moves the row underneath down to the bottom, instead of the row you tapped, and then updates the row content for each of those rows, the original position and new position, at the end of the animation. If you try this when the DiscloseGroup is expanded it animates moving all the children but not the row itself. If you try this with a normal (non-DisclosureGroup) row, or a DisclosureGroup row that doesn't have a DisclosureGroup right below it, it works fine. I'm on iOS 17 as well.
Feb ’24