I’ve been barging into Alex Whittemore’s blog which was originally about uploading apps to your iPhone, not really about programming so I decided to stop butting in and get my own blog :-). Alex, thanks for your hospitality. Please I beg you to participate in my blog helping us noobs to iPhone.
Continue ReadingiOS7 – UIKit Dynamics
iOS7 Series – UIKit Dynamics Incorporating UIKitDynamics into your app is pretty simple! The great thing about it is that you really get the most bang for your buck because the end result has a really big WOW Factor which is certain to impress your users. Let’s take a quick conceptual drive around UIKitDynamics. First we adopt the protocol into the ViewController which will implement UIKitDynamics, why? Well because the objects which will be animated in the end will have to send back a lot of signals like “Hey, I collided with a boundary” or “hey I just hit somebody else and I was going this fast, in this… Read More
Continue ReadingPlists, SQLite, Write2Disk, PassingData VC
Im working my way thru Lecture 9. Recapping what ive done, i created 2 Preence2 projects; first i pass data using the custom initWithpassedData: method which didnt let me use the initWithStyle for the tweets table view, and second I used the appDelegate pattern which i dont like cause its really a global variable. So Im looking into KVOs and NSNotifications but they look kinda scary! I started using plists for a couple of projects, found out they can be further structured to no just a simple array or a dictionary with keys and objects, but also kind of a flat db with parents and childs. Ill try using plists… Read More
Continue Reading