iOS 7 MapKit MKAnnotationView's image property type encoding weirdness -


these results of

method_gettypeencoding(class_getinstancemethod(mkannotationview.class, @selector(setimage:))) method_gettypeencoding(class_getinstancemethod(mkannotationview.class, @selector(image))) 

7.0:

v12@0:4^{uiimage=#^vf{?=b1b3b1b1b1b16b2}}8 ^{uiimage=#^vf{?=b1b3b1b1b1b16b2}}8@0:4 

and 6.1:

v12@0:4@8 @8@0:4 

i don't understand why it's ^{... instead of @. it's causing me problems in rubymotion.

thanks in advance!

you might want check out promotion , it's mapkit support (that wrote). makes easy draw map screen , put annotations on map (and customize look).

https://github.com/clearsightstudio/promotion


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -