Convert a string into an int January 23, 2023 by Tarik See the NSString Class Reference. NSString *string = @"5"; int value = [string intValue];