I am creating custom keyboard and for that I want to add quotation marks in an array for setting it as an button title. So how can I do these in Swift?
Here is a below code I tried:
symbolArray = ["+","-"," " "]
I am creating custom keyboard and for that I want to add quotation marks in an array for setting it as an button title. So how can I do these in Swift?
Here is a below code I tried:
symbolArray = ["+","-"," " "]