snej / MYUtilities

Objective-C Cocoa utility functions/methods I can't live without
Other
58 stars 21 forks source link

Fixed: Build failed due to the new Xcode 9.3 compiler warning #17

Closed pitiphong-p closed 6 years ago

pitiphong-p commented 6 years ago

Casting an NSInteger argument for String Format to long as suggested in https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html

snej commented 6 years ago

Thanks!