Help with first iOS Swift project - Screentime Example -- 2

Job ID: 38008958

Budget: £20 – £250 GBP

I am seeking a developer with intermediate level experience IOS Swift. The task will be to help me get the example code working from the documentation at https://developer.apple.com/videos/play/wwdc2022/110336/

This is my first time working with IOS and the docs leave out some of the implementation. For example, in this code there is not map function, only "..."

Bids under £70 only please.

```
var totalUsageByCategory: [ActivityCategory:TimeInterval]
totalUsageByCategory = data.map(…)
```