HaoXianSen / HYHUIViewControllerLifeState

This is a library that identifies the status of UIViewController, include viewDidLoadState、viewWillAppearState、viewDidAppearState、viewWillDisappearState、viewDidDisappearState;and I provide a method for specified state execute task.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HYHUIViewControllerLifeState

CI Status Version License Platform

Example

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

Description

This is a library that identifies the status of UIViewController, include viewDidLoadState、viewWillAppearState、viewDidAppearState、viewWillDisappearState、viewDidDisappearState;and I provide a method for specified state execute task.

Requirements

iOS 8.0 later

Installation

HYHUIViewControllerLifeState is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'HYHUIViewControllerLifeState'

Author

1335430614@qq.com, haoyuhong@dangdang.com

License

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

About

This is a library that identifies the status of UIViewController, include viewDidLoadState、viewWillAppearState、viewDidAppearState、viewWillDisappearState、viewDidDisappearState;and I provide a method for specified state execute task.

License:MIT License


Languages

Language:Objective-C 86.3%Language:Ruby 13.7%