Get the array of values from NsorderedSet iOS Swift



The below code is used for getting the array of values from the NsorderedSet.
Code:


        var arr = NSMutableArray(array: model.nsorderedset!.array as NSArray)

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift