I am new to iPhone programming. Coming from a .net background, I find Apple's UIKit really difficult to use. For example, creating a simple static table view requires me to implement a lot of datasource and delegate methods. In .net, you just add the items and set their properties in Visual Studio, that's it! As my application is getting more complex, and as I started adding fields and other controls to my table cells, things are really getting out of control!
Am I missing something here, or is it the same mess for all of you guys? Are there any standard way or some tools that you guys are using that I am not aware of? I would really appreciate your feedback.