ListView: [iOS] Using an Enum property in a PropertyGroupDescriptor results in NSInvalidArgumentException
If you use an enum property in the PropertyGroupDescriptor, an Objective-C exception is thrown in iOS.
Workaround: Use an additional string property that will return a string value based on the enum value.
Available in the R1 2018 release.