Add an object to the beginning of an NSMutableArray? May 6, 2023 by Tarik Simply [array insertObject:obj atIndex:0]; Check the documentation