|
|
|
|
|
by carson
5069 days ago
|
|
As much as I love seeing example apps like this I think beginners probably need to be cautious looking at this code. Here are a couple things that concern me: * The UI is all hand coded. Not to start a religious war but interface builder makes supporting different devices a lot easier. * There is some hairy concurrency stuff going on like this https://github.com/nothingmagical/cheddar-ios/blob/master/Cl... |
|
There's also other reasons like version control, being able to copy-n-paste, using constants, etc.