DAAttributedStringUtils
DAAttributedStringUtils copied to clipboard
This pull request corrects the spelling of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).
Please update DAAttributedStringUtils version to 0.4 in CocoaPods, it's 0.2 now.
hi i am creating a formatter in my uitableview:cellForRowAtIndexPath DAAttributedStringFormatter\* formatter = [[DAAttributedStringFormatter alloc] init]; formatter.defaultFontFamily = @"Gotham Rounded"; formatter.defaultPointSize = 17.0; formatter.defaultWeight = 1; formatter.defaultColor = [UIColor whiteColor]; formatter.defaultBackgroundColor...