Top "Ibaction" questions

IBAction is a type qualifier used by Interface Builder to synchronize with Xcode.

How to access IBOutlets declared in superclass?

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 iboutlet
IBAction not being called

I am building an app with interface builder for the iPad. The scroll view takes up most of the screen …

iphone ios ipad ibaction
iPhone: IBAction Causes "Unrecognized Selector Sent to Instance" Error

I'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 ibaction
Indeterminate NSProgressIndicator will not animate

So I've got a simple UI, A Start button, some text/labels, and a progress bar. When the Start button …

objective-c animation ibaction nsprogressindicator