I\'m fairly new to xcode so I apologize if this question is trivial. I\'m following the lectures on itunesU for CS193P if that helps to know bef开发者_运维知识库orehand.
This is probably a simple one bu开发者_高级运维t I really can\'t answer it. I completed one of the demonstration apps shown in the CS193p class. It\'s basically a very simple view with a UISlider an
I\'m trying to implement the Paparazzi 2 assignment from the Stanford CS193 course and I\'m running into a problem.My one call to save the database is when the app exits (I\'m borrowing heavily from M
Anyone who has gone through the Stanford CS193P class on iTunes will recognize this from Assignment 3 (HelloPoly). For those not familiar:
I\'m taking CS193P iPhone Development courses, and even if.. I know that I\'m pretty late comparing to Stanford\'s students, I\'m doing Assignment 3.
Background: I\'m trying out the \"HelloPoly\" assignment in the CS193P course. I\'ve created my .xib file, and a custom Controller class.