//padding an empty string repeats//the pad patternNSString *str = [@"" stringByPaddingToLength:3 withString:@"7" startingAtIndex:0];//str is "777"