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

lots of warnings by default because of $ #78

Closed incanus closed 9 years ago

incanus commented 9 years ago

The dolla dolla introduced in https://github.com/nfarina/calloutview/issues/72 causes problems with Xcode's default warnings. This is triggered by -Wdollar-in-identifier-extension.

/cc @1ec5

screen shot 2015-03-24 at 11 10 33 am

nfarina commented 9 years ago

Oh snap ... OK will pick something else!

incanus commented 9 years ago

You could also maybe inline pragma-ignore the warning?

1ec5 commented 9 years ago

Missed one.

nfarina commented 9 years ago

Oh snap, good catch. Fixing...