Dave Parks
Dave Parks
> 1. Open `Runner.xcodeproj` with Xcode; > 2. Right-click on `Runner` in the Project Navigator on the left, and click `New File`; > 3. Create a single empty Swift file...
@paulewetzel I went with @rodrigofbm's idea. I am using barcode_scan.
Pretty simple to change the color of the text in the App Bar in iOS **BarScannerViewControllerSwift** Color of text Flash On / Flash Off ``` private func updateToggleFlashButton() { if...
I have narrowed down that it occurs only when a validation rule has been broken. When row is invalid.
@mats-claassen Thanks for the reply! I solved the (to me at least) unexpected behavior by .validateOnDemand and I run the row.validate() method on onCellHighlightedChange but I don't have it run...
@mats-claassen How can I have a 'DecimalRow' but not allow it to format the number ever. No auto formatting. I can manually check to see if enough decimals have been...
Setting row.formatter = nil does not keep the row from adding a .0 to an interger. I put 87 but when I touch away it turns it into 87.0. I...