Paparazzi Stanford CS193

I’m starting CS193p this new semester again because the Assignment this time around is Paparazzi, a Flickr client which uses CoreData and it’ll be a good experience! I’ve started with the static view controllers and noticed I was a little rough around the edges in alloc/initting view controllers (mainly nav and tabbar). However I got thru it. Then I moved on to Part 2 where you use the plist file to populate the CoreData model which is where I am currently and am stuck! This time around, unlike the Twitter App, we have to use the plist file to populate the db. I’ve got the object model set up, which… Read More

Continue Reading