NSArray 的 CoreData 扩展 NSArray_CoreData

码农软件 · 软件分类 · 其他开发相关 · 2019-10-21 07:43:16

软件介绍

NSArray_CoreData 是使用 Swift 编写的 NSArray 的 CoreData 扩展。

http://cocoabite.com/post/113707969599/nsarray-coredata-happily-married

现已实现的方法:

NSArray.arrayWithManagedObjects(entityName:String,context:NSManagedObjectContext,error:NSErrorPointer)
NSArray.arrayWithManagedObjects(entityName:String,predicate:NSPredicate,context:NSManagedObjectContext,error:NSErrorPointer)
NSArray.arrayWithManagedObjects(entityName:String,predicate:NSPredicate,range:NSRange,context:NSManagedObjectContext,error:NSErrorPointer)
NSArray.arrayWithManagedObjects(entityName:String,predicate:NSPredicate,range:NSRange,sortDictionary:NSDictionary,context:NSManagedObjectContext,error:NSErrorPointer)
 NSArray.arrayWithManagedObjects(entityName:String,predicate:NSPredicate)
NSArray.arrayWithManagedObjectsByFindingMax(entityName:String,propertyKeyPath:String,resultMaxValueKey:String,resultType:NSAttributeType,context:NSManagedObjectContext,error:NSErrorPointer)
NSArray.arrayWithManagedObjectsByFindingMax(entityName:String,predicate:NSPredicate,propertyKeyPath:String,resultMaxValueKey:String,resultType:NSAttributeType,context:NSManagedObjectContext,error:NSErrorPointer)


本文地址:https://codercto.com/soft/d/17219.html

About Face 3

About Face 3

Alan Cooper、Robert Reimann、David Cronin / John Wiley & Sons / 2007-5-15 / GBP 28.99

* The return of the authoritative bestseller includes all new content relevant to the popularization of how About Face maintains its relevance to new Web technologies such as AJAX and mobile platforms......一起来看看 《About Face 3》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换