when i watch the video (https://developer.apple.com/videos/play/wwdc2022/110336/) i find the code
let socialStore = ManagedSettingsStore(named: .social)
let socialCategory = database.socialCategoryToken
socialStore.shield.applicationCategories = .specific([socialCategory])
i try to find ManagedSettingsStore shield
and specific([socialCategory])
i Documentation , but i failed.
who can tell me wher i can find about ManagedSettingsStore shield
or specific([socialCategory])
?
thanks a lot.