In this quick tip we are going to learn how to customize the output generated by NSLog in order to debug programs more efficiently. Read on! Problem By default, NSLog displays output in the following format: Date Time OurApp[<processid>] NSLog output A real-world example might look like this: 20130803 00:35:53.038 TestApp[460:c07] Value of result = […]
{excerpt}
Read More