NITools

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

The effect

The directory structure

/ Users/nixs/Documents/iOSDemo NITools/NITools nixs @ nixs - iMac NITools % tree. The ├ ─ ─ Assets └ ─ ─ Classes ├ ─ ─ NICategory(UIView extension classification - note that when introduced with Masnory, Don't use Masnory macro definition) │ ├ ─ ─ UIView + NIFrame. H │ └ ─ ─ UIView + NIFrame. M └ ─ ─ NIView (custom View) ├ ─ ─ NIPrivacyView. H (app launch privacy) ├ ─ ─ ├─ ├─ undirectories, ├─ undirectories, ├─ undirectories, 6 files nixs@nixs-iMac NITools %Copy the code

Use the sample

  • See. / Example/NITools NIViewController. M

Version Updates

  • Tag :0.1.2 – NITools: Optimize niprivacyView. h/m(Open as many attributes as possible – easy for users to fine customize)- “Personal practice: Pod lib compilation failed, pod Trunk push upload failed, pod search failed after trunk push to CocoaPods
  • Tag: 0.1.0 from – NITools: Custom View Classification (UIView+ niframe.h /m), Start privacy policy custom View component (niPrivacyView.h /m), version Update Custom View component (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.1.2'
Copy the code

Author

nixinsheng, [email protected]

If you have any questions, please contact Bao Church on wechat to “indicate the purpose of your visit” – my wechat account is WVqUSrTG

License

NITools is available under the MIT license. See the LICENSE file for more info.

NITools