Friday, September 23, 2011

Some progress

Well, I broke the log jam. Since the iTunes U class, the interface builder has changed. The actions and outlets are no longer in the inspector, but rather in the library panel. It's buried in the classes tab, and then down below. It's sort of a pain in the butt to get to. Now I'm wrestling with how things work in Objective-C. I've been so used to Java that having to use pointers again is a little weird. I figured out how to assign a string to the label's text finally after a lot of poking around. UILabel.text = @"pow"; Next up is time to play around with parsing strings I think. Ugh!

No comments:

Post a Comment