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

store cgpoint in userdefaults iOS swift

libc++abi: terminating due to uncaught exception of type NSException iOS swift