NSDictionary-Enhance:NSDictionary NSMutableDictionary 增强

时间:2021-05-16 11:24:19
【文件属性】:
文件名称:NSDictionary-Enhance:NSDictionary NSMutableDictionary 增强
文件大小:21KB
文件格式:ZIP
更新时间:2021-05-16 11:24:19
Objective-C NSDictionary-Enhance NSDictionary NSMutableDictionary 增强 Import pod 'NSDictionary-Enhance', '~> 1.0.0' Usage #import "NSDictionary+VDEnhance.h" [NSDictionary vd_dictionaryWithDictionary:originDic mergeWithDictionary:dic]; // 合并两个Dic,若Key相同则写入后者的值 [NSDictionary vd_switchKeyObjectWithDictionary:dic]; // 反转键值 #import "NSMutableDictionary+VDEnhance.h" [self.dic vd_setObject:nil forKey:@"key"]; // 处理设置
【文件预览】:
NSDictionary-Enhance-master
----README.md(613B)
----Pod()
--------Classes()
----NSDictionary-Enhance.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(20KB)
----NSDictionary-EnhanceTests()
--------NSDictionary_EnhanceTests.m(907B)
--------Info.plist(747B)
----LICENSE(1KB)
----NSDictionary-Enhance()
--------AppDelegate.h(647B)
--------ViewController.h(224B)
--------Base.lproj()
--------NSDictionary_Enhance.xcdatamodeld()
--------main.m(343B)
--------Images.xcassets()
--------Info.plist(1KB)
--------AppDelegate.m(6KB)
--------ViewController.m(503B)
----NSDictionary-Enhance.podspec(1KB)

网友评论