I need to convert a Set into an array of either [AnyObject] or [String] is this possible? I know with an NSSet I can use .allObjects but there doesn't seem to be any functions for this with a native set
Asked
Active
Viewed 6,857 times