SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Custom alertview with no circle image
At line 642 of SCLAlertView.swift, there're both icon: UIImage and circleIconImage: UIImage? = nil as input parameters, but only the former one is used with the name of circleIconImage in function showTitle(). I think the parameter icon in showCustom() may not be necessary to exist, or at least an optional one, so I can create a custom alertview with no circle image.
I would appreciate your help if you can help me. Thanks.