RSControllerKit

Encapsulate a basic project framework!


License
MIT
Install
pod try RSControllerKit

Documentation

RSControllerKit

CI Status Version License Platform

Example

/// RSView
let rsView = RSView()
    
/// RSButton
let rsButton = RSButton.init("image")

/// RSLabel
let rsLabel = RSLabel.init(frame: CGRect.zero)

/// RSImageView
let rsImageView = RSImageView.init(rsImageName: "image")

/// RSScrollStackView
let rsScrollStackView = RSScrollStackView()
rsScrollStackView.rsStackView.addArrangedSubview(rsImageView)

/// RSViewController
let rsViewController = RSViewController()
rsViewController.rsReturnBtnImage = "image"

/// RSWebController
let rsWebController = RSWebController("load-url")

/// RSNavigationController
let rsNavigationController = RSNavigationController(rootViewController: rsViewController)

Requirements

Installation

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

pod 'RSControllerKit'

Author

Mr.RisingSun, 13535471825@163.com

License

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