You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,6 +75,9 @@ if let barButton = sender as? UIBarButtonItem {
71
75
}
72
76
```
73
77
78
+
##### The `selections`
79
+
McPicker's `doneHandler` passes back `selections: [Int : String]` as an argument. This is as simple as `[<Component Index>: <String of Selection>]` from the `data` you've passed in.
0 commit comments