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

Convert NsNumber, NSDate to String in iOS Swift

store cgpoint in userdefaults iOS swift