CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Aug 2017 |
SwiftSwift Version | 3.0 |
SPMSupports SPM | ✗ |
Maintained by Vyacheslav Petrukhin.
LineRow
is a simple colored row.
Just setup a color.
FormViewController
import LineRow
class ViewController: FormViewController {
override func viewDidLoad() {
super.viewDidLoad()
form +++ Section()
<<< LineRow() {
$0.value = .black
}
}
}
Before contribute check the CONTRIBUTING file for more info.
Follow these steps to run Example project:
For basic styling colors initalization, use cellSetup
and cellUpdate
.
var adHeight: Double
: sets your banner height.For instance,
you can do this in any FormViewController
class:
<<< LineRow() {
$0.value = .red
}