1 Star 0 Fork 0

ZhangWei / ZWProjectsCore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ZWProjectsCore

介绍

iOS App开发的常用封装库,包含了一些系统类的扩展和模块封装,可以给开发提供便捷,提升开发效率。

安装教程

cd到你的工程路径,在Podfile中添加以下命令

pod 'ZWRecordTextTool', :tag => '3.0.0', :git =>'https://gitee.com/MrZhang-iOS/ZWRecordTextTool.git', :branch => 'master'
pod 'ZWProjectsCore', :tag => '2.0.0', :git =>'https://gitee.com/MrZhang-iOS/ZWProjectsCore.git', :branch => 'master'

最好先执行以下脚本查询最新的版本

pod search ZWRecordTextTool
pod search ZWProjectsCore

然后执行

pod install

使用说明

在需要进行日志记录的类中引用库

#import < ZWProjectsCore/ZWProjectsCore.h>

如果有其他问题可以留言,谢谢!

The MIT License (MIT) Copyright (c) 2021 ZhangWei <why.20130509@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

整理出来的iOS软件开发的核心库,包含了一些常用的方法和模块,可以给开发提供便捷,提升开发效率。 展开 收起
Objective-C 等 3 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Objective-C
1
https://gitee.com/MrZhang-iOS/ZWProjectsCore.git
git@gitee.com:MrZhang-iOS/ZWProjectsCore.git
MrZhang-iOS
ZWProjectsCore
ZWProjectsCore
master

搜索帮助