CZPicker icon indicating copy to clipboard operation
CZPicker copied to clipboard

the picker pop up at the top , how can pop up at center

Open sarakhater opened this issue 5 years ago • 4 comments

I have an issue with when the text field showing the picker at the end of the view controller and my view controller is very tall. the picker is popping up at top of the view controller but the text field at the bottom. Is there any way to pop up the picker at the center of the view controller, not at the top?

sarakhater avatar Mar 18 '21 11:03 sarakhater

Can you please share your sample code and screenshot?

chenzeyu avatar Mar 19 '21 08:03 chenzeyu

Simulator Screen Shot - iPhone 11 - 2021-03-21 at 09 49 43

sarakhater avatar Mar 21 '21 07:03 sarakhater

any solution?

sarakhater avatar Mar 21 '21 20:03 sarakhater

@objc func showGenderPicker(gesture :UITapGestureRecognizer ){ self.view.endEditing(true) genderPicker?.show(inContainer: self.view)

}

sarakhater avatar Mar 21 '21 20:03 sarakhater