/// 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)
RSControllerKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'RSControllerKit'
Mr.RisingSun, 13535471825@163.com
RSControllerKit is available under the MIT license. See the LICENSE file for more info.