SeongHo Hong

Results 19 comments of SeongHo Hong

Okay, I understand. We have to keep "above keyboard" feature. To apply this suggestion, I have to make it as optional choice.

I created this feature in https://github.com/cozzin/SHToast

@Coeur I know you want to make `backgroundView` as `pulbic`, but it does not work when I tested. I tested like this: ```swift ToastView.appearacne().backgroundView.layer.cornerRadius = 20 ``` Or did you...

@Coeur Could you update release version?

Try it out on the master branch. The current maintainer did not update the release version.

@wdcurry Hello, I think we have different point of view. In UIKit, The completion closure of the present function is called when the present animation ends. In the same way,...

Hello, @wdcurry Can you explain the specific situation that requires `delegate`?

@wdcurry Hi, I think you want to change the alpha of view under popOver. I hope this can help you. ```swift class CustomPopOverViewController: UIViewController, KUIPopOverUsable { override func viewWillAppear(_ animated:...