KategorieProgrammierung

Meine erste iOS-App ist verfügbar!

M

Endlich ist es soweit: Meine erste iOS-App ist im Store!  Es ist eine App, mit der man sich alle Details des Fantasy Filmfests und seiner Filme unterwegs (oder im Kino) ansehen kann. Wie kam es dazu? Ich wollte schon länger anfangen, mich mit der iOS-Programmierung zu befassen, es hatte aber stets ein konkretes Projekt gefehlt, welches ich in meiner Freizeit entwickeln kann. Als ich 2012 wie...

Doxygen in Xcode 4

D

If you develop your software in groups, create a framework, or just want to show your latest development project to other people, your want documentation for your code. For Objective-C in Xcode projects there are solutions like HeaderDoc or AutoDoc, but the lack of solid documentation seems almost ironic. So I found doxygen, which has better documentation and supports multiple platforms...