Tagged Questions

6
votes
3answers
4k views

Are the solutions to Stanford's online iPhone development course anywhere on the web?

I am working through Stanford's online CS course for iPhone development and from time to time I get stuck on something. Does anyone know if they supplied solutions to the weekly homework anywhere? It ...
2
votes
4answers
4k views

Where is 'Class Actions' in the 'Object Identity' panel in Interface Builder?

I thought I was fairly experienced at iPhone development, but I'm tripping up on the Stanford iPhone course on the very first video ...
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
4answers
597 views

iPhone - creating outlets and actions on object from Interface Builder

In the initial lecture "1. Introduction to Mac OS X, Cocoa touch, Objective-C and Tools" the students are instructed to drag an "Object" into interface builder and set the class actions and outlets. I ...
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 ...
1
vote
1answer
494 views

NSMutableDictionary question

NSMutableDictionary *bookmarks = [NSMutableDictionary dictionary]; [bookmarks setObject:[NSURL URLWithString:(NSString *) @"http://stanford.edu"] forKey: @"Stanford University"]; [bookmarks ...
0
votes
0answers
148 views

Is there a support community around Stanford's “CS 193P iPhone Application Development” anywhere on the web? [closed]

Searching Google brought me here: Are the solutions to Stanford's online iPhone development course anywhere on the web? Searching "193p" on Stackoverflow.com did spit out a bunch of results, but ...
0
votes
1answer
118 views

expected unqualified-id before numeric constant in STK code

I included the The Synthesis ToolKit in C++ (STK) from stanford into my project and when I try to build I get the following error: error: expected unqualified-id before numeric constant in the ...