azamsharp / AZNotification

Notification Control Using UIKit Dynamics in iOS 7
81 stars 16 forks source link

Font issues #1

Closed aaronbrethorst closed 10 years ago

aaronbrethorst commented 10 years ago

titleLabel.font = [UIFont fontWithName:@"HelveticaNeue-Ligth" size:17];

Ligth needs to be Light, and you should really just use system fonts instead.

azamsharp commented 10 years ago

Thanks Aaron! The issue has been fixed.