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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -