Frexas / HolyView

MIT License
92 stars 6 forks source link

Added padding as an optional parameter. #1

Closed ZaneH closed 9 years ago

ZaneH commented 9 years ago

Change

Say you set the radius to 3, and you set the padding to 1, your new diameter would be 5.

New functions

class func show(bgColor: UIColor, position: CGPoint, radius: CGFloat, padding: CGFloat, message: String?, completion: CompletionBlock) {
Frexas commented 9 years ago

Thank you : ]