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
- Host: GitHub
- URL: https://github.com/lewinjun/lewinvcrouter
- Owner: LewinJun
- License: mit
- Created: 2020-05-12T08:26:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T18:22:04.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T04:34:05.469Z (12 months ago)
- Topics: ios, objc, router, uiviewcontroller
- Language: Objective-C
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LewinVCRouter
[](https://travis-ci.org/lizhiyu/LewinVCRouter)
[](https://cocoapods.org/pods/LewinVCRouter)
[](https://cocoapods.org/pods/LewinVCRouter)
[](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.