Hi,
I want to find the index of an item in an array. I need something like this:
let item = Item(title: "Test")
let index : Int = myArray.indexFor(item)
print(index)
Can you help me?
Selecting any option will automatically load the page