Tagged Questions

2
votes
6answers
2k views

Passing object from controller to a view

I'm following iPhone dev courses from Stanford Open-University, and I've been blocked for 2 days on assignment3, maybe someone can help me here? The tasks are: Create a custom UIView subclass that ...
1
vote
1answer
549 views

Can't find the example projects from Stanford cs193p

I am looking for the Flickr multithreaded example application that is used in lecture 10 "Performance and Threading". He does a few things that I would like to look at. The particular files I'm ...
0
votes
2answers
43 views

CS193P Assignment 1 Clear

I just started the Stanford iOS5 class and have completed the RPN calculator, but want to make the "Clear" button work a little differently. This is how I have it now, with no changes to the ...