how to change order of NSMutable array in same way another mutable arrays get changed
问题 I have three arrays . They are name , birthdates and remaining days like below: name birthdate remaining "Abhi Shah", "01/14", 300 "Akash Parikh", "12/09/1989", 264 "Anand Kapadiya", "12/01", 256 "Annabella Faith Perez", "03/02", 347 "Aysu Can", "04/14/1992", 25 "Chirag Pandya" "10/07/1987" 201 I want to rearrange the remaining days array into ascending order, but at the same time name and birthdate should also get reordered in the same way. See this example below: name birthdate remaining