# ZHFoundation **Repository Path**: zhangkai-Inke/zhfoundation ## Basic Information - **Project Name**: ZHFoundation - **Description**: 基础组件的封装和使用。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://gitee.com/zhangkai-Inke/zhfoundation - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-18 - **Last Updated**: 2023-07-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZHFoundation [![CI Status](https://img.shields.io/travis/zhangkai/ZHFoundation.svg?style=flat)](https://travis-ci.org/zhangkai/ZHFoundation) [![Version](https://img.shields.io/cocoapods/v/ZHFoundation.svg?style=flat)](https://cocoapods.org/pods/ZHFoundation) [![License](https://img.shields.io/cocoapods/l/ZHFoundation.svg?style=flat)](https://cocoapods.org/pods/ZHFoundation) [![Platform](https://img.shields.io/cocoapods/p/ZHFoundation.svg?style=flat)](https://cocoapods.org/pods/ZHFoundation) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation ZHFoundation is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'ZHFoundation' ``` ## Author zhangkai, zhangkai@teyuntong.com ## License ZHFoundation is available under the MIT license. See the LICENSE file for more info. ## Introduce #### 一、类别介绍 ``` NSArray+ZHLog : 数组健壮性和包含某些字符串判断 NSData+IKUtility : 分离数据,一般用不到 NSDate+ZH : 判断昨天今天明天今年等 NSDate+ZHDate : 时间戳、日期转换、相差天数等计算 NSDate+ZHUtility : 年龄、星座、微秒、距离当前时间(刚刚、x分钟前、x天前等) NSDate+Utils : 时间的各种获取(跟上面的有重复,可以选择使用) NSDictionary+ZHJson : json字符串转字典、对字典(Key-Value)排序 区分大小写 NSObject+GetIP : 获取IP NSString+edit : 去除字符串空格 NSString+ZHString : 判空、MD5、字符串纯数字字母和混合判断、宽高计算、获取字符串中的数字、字典转字符串等 NSString+AHCategory : 字符串的转换、替换、计算等 NSString+kit : 字符串的加密、随机获取字符转、转富文本 NSData+AES : AES加密 ``` #### 二、类介绍 ``` SFHFKeychainUtils : 数据存储到keychain CoreAnimationEffect : 各种动画效果封装 SskyXMLParser : XML转换 TFQWeakTimer : 定时器 TipSoundEffect : 音频文件的获取、播放 ZHAppTool : 身份证、手机、电话、中国姓名的校验 ZHAppVersion : APP基本信息统计 ZHAudioService、ZHAudioPlayBack : 播放音频 ZHOptimizationPrograms : 线程操作 ZHProxy : 代理 ZHResolveUrl : 拆分URL ZHSystemTool : APP、手机的信息统计,很齐全!!!!!! ```