Krelborn / KILabel

A simple to use drop in replacement for UILabel for iOS 7 and above that highlights links such as URLs, twitter style usernames and hashtags and makes them touchable.
MIT License
470 stars 133 forks source link

bug shadowColor nil #42

Closed n090012 closed 8 years ago

n090012 commented 8 years ago

Error has occurred in that shadowColor of NSShadow becomes nil

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*\ -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1]


@property (nullable, nonatomic, strong) id shadowColor;           // color used for the shadow (default is black with an alpha value of 1/3)