reidmain / FDFoundationKit

An extension of Foundation Kit by 1414 Degrees.
MIT License
9 stars 5 forks source link

Fixes a compatibility issue in FDDeclaredProperty #3

Closed tapi closed 10 years ago

tapi commented 10 years ago

FDDeclaredProperty was using - (BOOL)containsString:aString to determine if a string contained quotes. This API was introduced in OS X 10.10 and iOS 8 so its usage was causing crashes on older OS Versions.