IBAction is a type qualifier used by Interface Builder to synchronize with Xcode.
I'm currently refactoring a couple of view controllers that share a few IBOutlets and IBAction methods. I moved the outlet …
ios xcode interface-builder ibaction iboutletI'm working on my first real iPhone app, a simple To-Do list application to help me organize stuff, except I'm …
iphone interface-builder selector ibactionSo I've got a simple UI, A Start button, some text/labels, and a progress bar. When the Start button …
objective-c animation ibaction nsprogressindicatorIs it possible to to hard code the IBActions and IBOutlets in code, instead of drag-connecting them in Interface Builder?
objective-c cocoa-touch ibaction iboutlet