Bruno Scheele
Bruno Scheele
I don't think that looks like too much… it seems like four actions is the current maximum, so that is feasible. We could structure it as follows; * Base action;...
Our current GridView implementation uses a `GridLayoutOrientation` property which can be set by using enum values `GridLayoutVertical` and `GridLayoutHorizontal`. Making sure the default is `GridLayoutVertical` ensures that everyone that isn't...
Just to clarify, I'm not talking about an implementation of KKGridView, just our own code which accomplishes the same. I was just suggesting a way for the API of KKGridView...
I think we've got vertical scrolling down already ;)
I can confirm this is still an issue on version 2.7.0. ``` ❯ xcversion list ... 12.5.1 13 beta (installed) 13 beta 2 (installed) 13 beta 3 13 beta 4...
To add to this; What I found is that SwiftUI Lists handle two types of lists very well; 1. Static form-type lists **without a data source**, where you use `ForEach`...
@SirUncleCid Yes, that's indeed a valid point. But I'm coming at it from a beginner's angle. For (beginning) developers, `man` pages are quite obscure to plough through _and_ they don't...
@SirUncleSid, I'm rather sorry to notice you appear to be coming at this from a very elitist point of view. Instead of realizing there are several different kinds of beginners,...
Closing issue, as it looks like it's indeed not possible like @petermolnar-dev mentioned. Thanks for the answers!
> I believe if you wrap the value in double quotes and single quotes, it should work fine > `FOOBAR="'123456789'"` Fair enough, hopefully that will end up helping someone else...