cruisediary / Pastel

🎨 Gradient animation effect like Instagram
MIT License
3.5k stars 185 forks source link

Add PastelLabel for Issue #11 #16

Closed cruisediary closed 7 years ago

cruisediary commented 7 years ago

Refactor

Feature

public protocol PastelLabelable {
    var text: String? { get set }
    var font: UIFont? { get set }
    var textAlignment: NSTextAlignment { get set }
    var attributedText: NSAttributedString? { get set }
}