【发布时间】:2013-08-08 00:27:26
【问题描述】:
这些是
的结果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
和 6.1:
v12@0:4@8
@8@0:4
我不明白为什么它是 ^{... 而不是 @。它在Rubymotion 中给我带来了问题。
提前致谢!
【问题讨论】:
-
你在使用 RubyMotion 吗?这在我看来就像 Obj-C。
-
是的,我在 Objective-C 中运行这些调用。 Rubymotion 在 .bridgesupport 文件中使用这些结果。
-
啊,明白了。您可能需要提交 RubyMotion 支持票。
标签: mapkit mkannotationview rubymotion ios7