SCLAlertView-Swift icon indicating copy to clipboard operation
SCLAlertView-Swift copied to clipboard

Custom alertview with no circle image

Open CaliosD opened this issue 8 years ago • 0 comments

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.

CaliosD avatar Dec 04 '17 01:12 CaliosD