chenzeyu / CZPicker

a picker view shown as a popup for iOS in Objective-C
MIT License
527 stars 90 forks source link

How to Hide popup automatically when socket refresh #54

Closed KrishnaVenkat1312 closed 7 years ago

KrishnaVenkat1312 commented 7 years ago

Hi,

I am showing popup when get some response from socket. But in this scenario i want to hide without touch the popup will close while get another response from socket... How to do this one.. I tried button cancel action. But its not working.. Kindly help us..

i create this function in CZPickerView.m

Thans Krishna

chenzeyu commented 7 years ago

Hi, I don't think the current code support such requirement, you can add it your self.