0
votes
Xcode and InterfaceBuilder out of sync? Check you project path!
Olaf Monien
– I was just testing some Delphi Prism/MonoTouch/Xcode integration stuff, which I wanted to talk about at our upcoming Developer Solutions Conference (Feb 8-10, 2011, Las Vegas), when I ran into some weird issue with Xcode and InterfaceBuilder. Usually, when you create an iOS user interface with InterfaceBuilder, you will have to deal with IBActions and IBOutlets declared in your ViewController files. Hooking up a UIButton’s TouchUpInside event to your actual event handling method in Xcode requires you to write somthing like that in your .h/.m files: -(IBAction) myTouchupHandler: (id) ...
Statistics
|
Visits by Source |
User Actions |



