I read here Learn C Before Objective-C?
Usually I then replace some Obj-C code with pure C code (after all you can mix them as much as you like, the content of an Obj-C method can be entirely, pure C code)
Is this true?
Is it possible to build an iPhone app purely in the C programming language?
Damn, it took me a while but I got it:
main.c:
AppDelegate.c:
View.c
It’s ugly, but it works.
If you would like to download this,
you can get it from my dropbox hereYou can get it from my GitHub repository here: