SplitRow
SplitRow copied to clipboard
A row for Eureka to put two rows side by side into the same UITableViewCell
Hi! I wanted to know how can I disable only one element (i.e row) in split row? Currently if set rowLeft or rowRight to disable = true, the row still...
DecimalRow not worked
I have a use case in which my title is for text row is large. I want to ask that how can I make my title of TextRow in two...
I am creating a form builder and I want to create a form with two columns based on given JSON data. The issue is that my method decides on runtime...
Hi there, I'm having an issue setting the keyboard type when using a TextRow contained within a splitRow.. For example, the keyboard type in the following is not being observed:...
`SplitRow { $0.rowLeftPercentage = 0.65 $0.rowLeft = TextRow("locationText") { $0.placeholder = placeholder if let name = value?.name { $0.value = name } if isDisabled { $0.disabled = true } }...
Hi there, I might be doing it wrong, but when I set up one of my splitcells, the .cellSetup method does not appear to be applied to my splitCell. e.g....
We should expose the possibility to set the [SeparatorStyle](https://developer.apple.com/documentation/uikit/uitableviewcell/separatorstyle) for the SplitRow with a public property called `separatorStyle` which subsequently sets the `tableViewRight.leftSeparatorStyle` to the user defined value: https://github.com/EurekaCommunity/SplitRow/blob/b60b6ab85786cab438e8c3e940fc38cce38fd08c/SplitRow/SplitRowCell.swift#L32-L33
Currently, if I use inline rows as the left/right row, I can't expand them: form +++ Section()
SplitRow should support the navigation with the keyboard accessory buttons `` - as well as the `Next` button.