Category Archives: Uncategorized

From the desert with love

بواسطه ندا شیوخی بواسطه ندا شیوخی

Posted in Uncategorized | Leave a comment

Ojective-C dot notation

This blog post by Marcus Zarra made me happy. Now I know that I’m not the only person who dislikes the dot notation which has been introduced in Objective-C 2.0. The “Properties” feature is great, since it takes a lot … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Relaunch an application

Some tasks, e.g. restoring an application’s data files from a backup should be performed while the application is not running to make sure there won’t be any concurrent access to the files. A desirable behaviour would be: Quit the application, … Continue reading

Posted in Uncategorized | Tagged , , , | 4 Comments

Synchronizing the content of multiple NSArrayControllers

As an application grows and it’s UI becomes more complex, you definetly want to split the UI into multiple views and hold each of it in a seperate Nib File. This makes your project a lot more cleaner and helps … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

simpleTAN Beta Announcement

The work on simpleTAN is coming to a close. Today I can proudly announce that the simpleTAN Beta is available for download. simpleTAN is a TAN management application for MAC OS X focusing on security and usability. You can comfortably … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Debugging BAD_ACCESS with NSZombieEnabled

Everyone who had to debug a segmentation fault within an application, knows, how tricky it can be to detect such a bug. The reason for that is, that in most cases the crash doesn’t occur in the line of code … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments

Hello world!

This is it! My first blog post ever.

Posted in Uncategorized | Leave a comment