RV

Results 29 comments of RV

@adelbios Why do you use `viewWillDisappear` to get value from `textField`?

@adelbios email is shown in my profile)

@oniikal3 Every time you change the picker Action return index `(column: Int, row: Int)`, so you can easily get necessary value using `switch`: ``` swift switch index.column: case 1: //......

Hi guys! The birth of a child did not allow me to further develop the project! There are difficulties of its development in using the 'UIAlertController'', instead of which I...

@szweee It is not so easy to make a PhotoLibrary picker like a Telegram using native `UIAlertController`. Telegram uses its own alert framework, and here I tried to do everything...

No time. Coming soon.

@NhatQuangZ Yes, next step to make a framework)

@dalekzhangdong instead of `alert.view.addSubview(web)` use `alert.setValue(vc, forKey: "contentViewController")`

@SoolyChristy right) You want to call Action not to changing the picker? For what?