objective c - How to use printf with NSString -


I have to use anything like NSLog , but without timestamps and newline, Using the code> printf . NSString ?

You can call it UTF8String method:

  printf ("% s", [string by calling string UTF8; string in the string by  UTF8  string in NSString ]);  

Comments