I'm struggling getting the signing part of sending server 2 sever requests working from .Net/c#I'm struggling to build the header X-Apple-CloudKit-Request-Signaturev1 Has anyone had any joy getting this working (I know announcement was only about 3 days ago):-)
Post
Replies
Boosts
Views
Activity
Does anyone know how to create a picker in SwiftUI.I'm struggling with the content parameter.This is as far as I've gotPicker(selection: $abindingi, label: "", content:{ return []})