64 skills found · Page 1 of 3
alibaba / Coobjccoobjc provides coroutine support for Objective-C and Swift. We added await method、generator and actor model like C#、Javascript and Kotlin. For convenience, we added coroutine categories for some Foundation and UIKit API in cokit framework like NSFileManager, JSON, NSData, UIImage etc. We also add tuple support in coobjc.
SwiftyJSON / Alamofire SwiftyJSONAlamofire extension for serialize NSData to SwiftyJSON
nicklockwood / GZIPA simple NSData category for gzipping/unzipping data in iOS and Mac OS
mattt / GodzippaGodzippa! - GZip Compression / Decompression Category for NSData
christoph-jerolimov / NSHashNSHash adds hashing methods to NSString and NSData
chicio / ID3TagEditor:musical_note::guitar:A Swift library to read and write ID3 Tag of any mp3 file. Supported ID3 tag version: 2.2, 2.3 and 2.4. Supported platform: iOS, macOS, tvOS, watchOS, Linux Ubuntu. :musical_note::guitar:
thisandagain / StorageAn iOS library for fast, easy, and safe threaded disk I/O.
ekscrypto / Base64Objective-C Base64 Additions for NSData and NSString
l4u / NSData Base64not maintained: please use nicklockwood's https://github.com/nicklockwood/Base64
Cosmo / BinaryKitBinaryKit helps you to break down binary data into bits and bytes, easily access specific parts and write data to binary.
jcmontiel / SignatureViewA simple signature view that presents a signature box and returns a finger drawn signature (PNG format) as NSData
cocoajin / Security IOSsome NSData Category for doing RSA,AES,MD5,SHA1,SHA256,Sign,Verify on iOS Cryptography
ekscrypto / Base32Objective-C Base32 Additions for NSString and NSData
alexblunck / ABSaveSystemABSaveSystem - Obj-C Helper class for iOS and Mac OS X to save NSData, other Objects and primitive data types to persistant storage.
burczyk / CamouflageRead and write NSData to iOS Camera Roll as .bmp file and share it between apps!
alexruperez / ARObjectCollectionViewControllerUIViewController that can present a JSON NSString, JSON NSData, JSON URL, XML NSData, XML URL, RSS NSData, RSS URL, NSDictionary, NSArray, NSSet, UIImage EXIF Metadata...
milanpanchal / IOS CategoryiOS Category for UIKit and Foundation classes like UIColor, UIView, NSDate, NSData etc
jmah / NSData FastHexFast hexadecimal string encoding / decoding for NSData
siuying / NSData MD5Add MD5 to NSData
leemorgan / NSData CompressionExtension on Data to add CompressionLib support