yinjiaji

Results 11 comments of yinjiaji

Thanks! class MUSPreferences : PAPreferences { dynamic var firstVersionInstalled:String? dynamic var extensionIntraEmphasis:Bool = false init() { super.init() let version = NSBundle.mainBundle().infoDictionary["CFBundleVersion"] as AnyObject! as String self.firstVersionInstalled = version } }...

![Screen Shot 2019-06-26 at 11 35 45](https://user-images.githubusercontent.com/548311/60149310-d73f8200-9806-11e9-9b15-2526680ac001.png) 我也遇到了类似问题。与ArcGIS.framework 冲突

but I really want to ignore some field, How can i do this?

Hi Alex Thank you, I know it. for example I have a json with key ``` name, images, ``` but I want the object have ``` name and images(not to...

You I Write a WebView.h by myself, then write a category to swizzle method? I tried, but not ok my WebView.h like this, #import @interface WebView : NSObject @end But...

No, I do not already defined a same method for NSManagedObject, other library also do not have

in ObjectiveRecord lib NSManagedObject have the mappings method, in design You want subclass to override the mappings method, but the mappings method define in category, so here is overrider category's...

Yeah I have try the +mappings and -mappings before, It seem's like both not ok, Now I can not find the original codes to reproduce this situation. And I found...

用slack 的channel 倒是个好主意,可以把不同的项目放到不同的channel 可以调查下群里用slack 的人有多少? > On Mar 15, 2016, at 09:45, Yang Liu [email protected] wrote: > > slack比微信更适合做大型聊天的平台。 > > 讨论主题可以按topic区分,方便各成员日后翻阅。(比打开微信群发现500+未读干脆弃聊不知道高到哪里去了) > 丰富的插件和集成群,方便交流的同时提供了各项目合作开发的平台。 > — > You are receiving...

好,稍等,我建一个,发出来。