文件名称:NSData-TDTImageMIMEDetection:NSData上的类别,以确定它表示的图像的MIME类型
文件大小:1.19MB
文件格式:ZIP
更新时间:2024-05-17 07:40:14
Objective-C
NSData + TDTImageMIMEDetection NSData上的类别,可以确定它是JPEG,PNG还是GIF图像的表示形式。 用法 运行测试; 克隆存储库,然后首先从Tests目录运行pod install 。 安装 NSData + TDTImageMIMEDetection可通过,要安装它,只需添加到Podfile中: pod 'NSData+TDTImageMIMEDetection' 然后运行: $ pod install 或者,将NSData+TDTImageMIMEDetection/子目录中的所有源文件导入到您的项目中。 问题和反馈 要报告该库的任何问题,请在上创建一个问题。 对于任何其他反馈或建议,请与维护人员联系(在下面列出)。 维护者 贡献 维护者发布清单 更新CHANGELOG。 在Podspec中修改版本。 更新测试使用的类别的版本 c
【文件预览】:
NSData-TDTImageMIMEDetection-master
----.gitignore(111B)
----README.md(1KB)
----CHANGELOG.md(327B)
----NSData+TDTImageMIMEDetection.podspec(678B)
----LICENSE(1KB)
----Tests()
--------Podfile.lock(281B)
--------TDTImageMIMEDetection.xcworkspace()
--------TDTImageMIMEDetectionTests()
--------TDTImageMIMEDetection.xcodeproj()
--------Podfile(151B)
--------TDTImageMIMEDetection()
----NSData+TDTImageMIMEDetection()
--------NSData+TDTImageMIMEDetection.h(336B)
--------NSData+TDTImageMIMEDetection.m(1KB)
----Rakefile(498B)