Currently implementing a favourite function to my application which is based on quotes. I would like to perform a check for if the user has already saved an element to an ar
Try this:
let currentQuote = dreamFact.dreamArray[factIndex] if find(favouriteQuotesArray!, currentQuote) != nil { //Do something }