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

McPicker is a customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.

Results 16 McPicker-iOS issues
Sort by recently updated
recently updated
newest added

Hi, I got this issue while trying to build my app on AppCenter CompileSwift normal armv7 (in target 'McPicker' from project 'Pods') cd /Users/runner/work/1/s/YourFut/Pods /Applications/Xcode_11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -emit-bc /Users/runner/work/1/s/YourFut/Pods/McPicker/McPicker/Classes/McPicker.swift /Users/runner/work/1/s/YourFut/Pods/McPicker/McPicker/Classes/McPickerBarButtonItem.swift /Users/runner/work/1/s/YourFut/Pods/McPicker/McPicker/Classes/McPickerPopoverViewController.swift...

I want to get the index of the selected index which I have passed in it.

I could do this with the vanilla uipickerview via the method widthforcomponent, but how can we achieve this with McPicker?

Is there a way to get the index of the selected component?

Hi . when i scroll the item and the animation is not ended , i hit the done button , but new value won't be selected.

Hi Dear. How can I add my custom typeface to this view?

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'`