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

store cgpoint in userdefaults iOS swift