понедельник, 21 января 2013 г.

Sometimes "\n" is just "\n"

Usually we use "\n" to make a line break in NSString object. But in -description override "\n" stay "\n".
It's not very good if you want to show an object series or whatever. In this case you may use "\r" to make a line break. 
Some extra info on Stackoverflow.

среда, 9 января 2013 г.

He's died...

Do you know that there is "NSConnectionDidDieNotification" exists?
My boss told me: "Yeah, and if NSNotificationServer have not observers it returns NSNotificationCenterForeverAlone!"