Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Created August 7, 2020 01:11
Show Gist options
  • Save SarahAlsharif/ca03adf986164b1833e179ff76b199e6 to your computer and use it in GitHub Desktop.
Save SarahAlsharif/ca03adf986164b1833e179ff76b199e6 to your computer and use it in GitHub Desktop.
@State private var contacts = [ContactInfo.init(firstName: "", lastName: "", phoneNumber: nil)]
@State private var searchText = ""
@State private var showCancelButton: Bool = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment