Open grovdata opened 3 years ago
Thank you for submitting this issue!
I understand your point, but maybe if someone wants to customize the array of acknowledgements
, then they should be responsible for sorting them too? To put it differently: what if someone wants a different order?
Like you said, it could be solved in a number of ways, but I’m not sure which one would be the most appropriate (not adding complexity, but keeping things easy-to-use). Would love more feedback on this.
I discovered a problem when you combine Cocoapods plist with additional entries.
This does not work out so great, as
Foo
will always be appended to the end of the list, and you expect them to be sorted. I use this as workaround:It could be solved in a number of ways, perhaps more initialisers with
customAcknowledgements: [Acknow]
as argument, or just sort the entries indidSet
ofAcknowListViewController.acknowledgements
.