An open API service indexing awesome lists of open source software.

https://github.com/lewinjun/lewinvcrouter

ios UIViewController objc 跳转,路由,router, 通过className runtime机制跳转UIViewController
https://github.com/lewinjun/lewinvcrouter

ios objc router uiviewcontroller

Last synced: 11 months ago
JSON representation

ios UIViewController objc 跳转,路由,router, 通过className runtime机制跳转UIViewController

Awesome Lists containing this project

README

          

# LewinVCRouter

[![CI Status](https://img.shields.io/travis/lizhiyu/LewinVCRouter.svg?style=flat)](https://travis-ci.org/lizhiyu/LewinVCRouter)
[![Version](https://img.shields.io/cocoapods/v/LewinVCRouter.svg?style=flat)](https://cocoapods.org/pods/LewinVCRouter)
[![License](https://img.shields.io/cocoapods/l/LewinVCRouter.svg?style=flat)](https://cocoapods.org/pods/LewinVCRouter)
[![Platform](https://img.shields.io/cocoapods/p/LewinVCRouter.svg?style=flat)](https://cocoapods.org/pods/LewinVCRouter)

## Example

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

```object-c
// 跳转页面通过classname跳转
[[LewinVCRouter sharedInstance] showViewController:@"Test1VC" param:nil];
```

## Requirements

## Installation

LewinVCRouter is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'LewinVCRouter'
```

## Author

lizhiyu, lizhiyu@ytangdata.com

## License

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