B Blakeasd macrumors 6502a Original poster Dec 29, 2009 643 0 Apr 1, 2011 #1 As you know Xcode 4 does not support IB plugins. My question is how do I use the BGHUDAppKit without using an IB plugin? Thanks
As you know Xcode 4 does not support IB plugins. My question is how do I use the BGHUDAppKit without using an IB plugin? Thanks
jiminaus macrumors 65816 Dec 16, 2010 1,449 1 Sydney Apr 1, 2011 #2 You can manually change the class of the cells in IB. For example, to put a button on a HUD window Drag a normal push button from the object library Click, pause, click the button to select the button cell inside the button control In the identity inspect, change the class the BGHUDButtonCell. It will still look like a regular push button in IB but when you run the app you will get the look provided by BGHUDAppKit. You also won't be able set any extra properties in IB beyond those provided by Cocoa. You'll need to set those in code.
You can manually change the class of the cells in IB. For example, to put a button on a HUD window Drag a normal push button from the object library Click, pause, click the button to select the button cell inside the button control In the identity inspect, change the class the BGHUDButtonCell. It will still look like a regular push button in IB but when you run the app you will get the look provided by BGHUDAppKit. You also won't be able set any extra properties in IB beyond those provided by Cocoa. You'll need to set those in code.