SearchTextField icon indicating copy to clipboard operation
SearchTextField copied to clipboard

Type of expression is ambiguous without more context

Open kjoe07 opened this issue 6 years ago • 0 comments

cannot use

origen.itemSelectionHandler{ filter, i in let item = filter[i] self.origen.text = item.tittle self.desdeIndex = itemPosition } on xcode 10.2 xcode trows Type of expression is ambiguous without more context . i want to get the selected index upon text selected but cannot compile in xcode 10.2

kjoe07 avatar Apr 12 '19 22:04 kjoe07