Posts

Post not yet marked as solved
1 Replies
484 Views
I'd never seen this before. (This is an image I can't upload.) How are you supposed to format this? Text(   """   \(     { var nameComponents = PersonNameComponents()       nameComponents.givenName = "Given"       nameComponents.familyName = "Family"       return nameComponents as NSPersonNameComponents     } (),     formatter: {       let formatter = PersonNameComponentsFormatter()       formatter.style = .long       return formatter     } ()   )   """ )
Posted
by Jessy.
Last updated
.
Post not yet marked as solved
0 Replies
295 Views
>'caseIndex' is deprecated: See Release Notes for migrationI saw the Release Notes. You might as well have done the same, regardless of if you never had eyeballs! It would be the same result. There's nothing actually there.Anybody have any ideas on what would be a good use of time, for dealing with this? I loved `caseIndex`.
Posted
by Jessy.
Last updated
.