McPicker-iOS icon indicating copy to clipboard operation
McPicker-iOS copied to clipboard

Use of unresolved identifier 'mcTextField'

Open cchamnab opened this issue 4 years ago • 0 comments

I copied handler from example : self.txt.doneHandler = { [weak mcTextField] (selections) in mcTextField?.text = selections[0]! }

but I got error Use of unresolved identifier 'mcTextField'

cchamnab avatar Aug 23 '19 10:08 cchamnab