Coners
Coners
.. I think I may have added this myself.. it's a very useful idea though.. I use it on `showCaseDidDismiss` and then I update `UserDefaults.standard` with it
Hi I just want to re-iterate there **is no way whatsoever to change the PickerInlineRow selected value text colour**. I spent 4 hours yesterday until 2am trying everything. YOU CAN...
 As you can see the word "Manual" would be unreadable if the background was the same as "Tag" (which it used to be) the colour of the word "Manual"...
Thanks! I had tried cell.textLabel? only. I was looking inside the row for views as well. I did not see that despite looking about 12 times through the entire list,...
> `detailTextLabel` and `textLabel` are variables of UITableViewCell. There are different possible layouts so textLabel won't always be on the left and detailTextLabel on the right. You can check that...
diagnosing the issue isn't really helpful. you are describing "why" it is happening. but not "whether" it should be, and how to eradicate it. I already knew why. and even...
this is how I fixed it 1) I imported ViewRow 2) I extended UISlider *slightly* : - I slightly exited the slider (not much, I added a key'd [String:Any] array...
I absolutely agree. There is litterally nothing on this and it has cost me about 150 hours of easily avoidable nonsense. Including embarrassing consequences in front of customers. (And I'm...
https://material.io/develop/ios/ is where I am leaning at the moment, but it's still no fully mature (dates etc) and I have a feeling google may abandon it unless it gains significant...
the warning is correct, surely you just need to rewrite the line to say something like ` let row = cast_nice(row: self.row) func cast_nice(row: RowOf) -> _SplitRow{ //Cast from 'RowOf?'...