Iphone Codereview&optimization
February 1st, 2010
Your Task are two:
1. Code review a simple iPhone App
You have to CR the app and give hints as of where to optimize it.
2. Optimize the iPhone App in 3 very basic points
a. Refresh Tableview:
We have a rootview with one tableview (which is divided into two sections section 1 and section 2). We then go to a differnt subview and call a method which shall push information from section1 to section 2. At the same time we want to delete values from section 1



