倉庫地址:NITools
NITools
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
效果
- 自定義view組件效果
- 陰影、指定圓角、暗黑顏色適配
使用示例
- 參見./Example/NITools/NIViewController.m
版本更新內容
- 計劃更新:組件的色系要能統一修改、組件屬性盡量多開放、屬性能精細修改、(NITools待更新)
tag:0.2.1 - NITools:(NSString+VersionCompare)新增獲取當前版本號(實例)方法;
- NITools:NISandBoxTools.h/m 工具類新增;2020年10月12日16:52:37-Example 測試案例里新增 pod 引入 pod 'YYKit', '~> 1.0.9',實際項目當中一定注意YYkit的完全引入和單獨引入某一個分支可能會產生沖突,這個項目搭建時候一定要好好斟酌
tag:0.2.0 - NITools:pod類里使用圖片資源文件-優化抽離NSBundle+NILibrary、UIImage+NILibrary分類
tag:0.1.9 - NITools:自定義View(NINetworkDetectionView.h/m-加載圖片優化)使用資源文件-優化NSBundle引入資源文件
tag:0.1.8 - NITools:自定義View(NINetworkDetectionView.h/m)使用資源文件-優化NSBundle引入資源文件
tag:0.1.7 - NITools:自定義View(NINetworkDetectionView.h/m)使用資源文件
tag:0.1.6 - NITools:優化NITools.podspec 去除s.dependency 'AFNetworking'強制要求的版本
tag:0.1.5 - NITools:優化UIView+NIFrame.h/m-支持設置圓角、設置邊框、設置圓角&邊框、給指定哪幾個角設置圓角、設置陰影;新增:UIColor+NIColor.h/m適配暗黑模式顏色
tag:0.1.4 - NITools:常用宏整理NIMacro/Macro.h(注:你可以拷貝出來放到你工程的PCH里,也可以PCH里直接引用該頭文件)
tag:0.1.3 - NITools:新增NSString分類(NSString+VersionCompare.h/m)-app發布版本號比較;新增獲取ip地址工具類-支持獲取ipv6地址
tag:0.1.2 - NITools:優化NIPrivacyView.h/m(開放盡可能多的屬性-方便使用者精細定制化)-「個人實踐:pod lib編譯驗證不過、pod trunk push上傳異常、 trunk push 到 CocoaPods 成功后 pod search 卻搜不到的解決方法」;Allow Non-modular includes in Framework Mo 「修復」;
<p style="color:red">-需要詳細資料小伙伴聯系我微信:wvqusrtg</p>tag:0.1.0 - NITools:自定義view分類(UIView+NIFrame.h/m)、啟動隱私政策自定義view組件(NIPrivacyView.h/m)、版本更新自定義view組件(NIVersionManagerView.h/m)
Requirements
- iOS 8.0 or later
Installation
NITools is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'NITools', '~> 0.2.1'
Author
<p style="color:red">nixinsheng, 1911398892@qq.com</p>
有問題微信聯系包教會「注明來意」-本人微信號:wvqusrtg
License
NITools is available under the MIT license. See the LICENSE file for more info.
NITools
Tips
- pod 提交
1.驗證庫是否有問題
pod lib lint NITools.podspec --use-libraries --allow-warnings
2.提交庫
pod trunk push NITools.podspec --use-libraries --allow-warnings