issues
search
nfarina
/
calloutview
A lightweight callout view class for iOS mimicking UICalloutView.
http://nfarina.com/post/78014139253/smcalloutview-for-ios-7
Apache License 2.0
1.2k
stars
189
forks
source link
Resolved pedantic warnings; fixed Retina images
#79
Closed
1ec5
closed
9 years ago
1ec5
commented
9 years ago
Enabled pedantic warnings, which are enabled in mapbox/mapbox-gl-native, as well as a warning that Xcode recommends.
Resolved various warnings, adding an exception around some
MIN()
/
MAX()
usage.
Followed up f3393f074c54cbae68b6b0482fcb1be29548189f with some renamed methods that match what
+embeddedImageNamed:
now expects.
nfarina
commented
9 years ago
Thanks for the patch! Merging now.
MIN()
/MAX()
usage.+embeddedImageNamed:
now expects.