Interface Builder
Creating and making changes to the current interface is essential in order to let the user select options or do various other things.
Including the necessary headers
To use the features of the Interface Builder, you must include the relevant header in your code.
After including the header you will be able to use any functionality of the Interface Builder.
Pushing Interface changes
For the changes to be visible, you must use the Interface.Push
function.
Number
Parameter
Description
1.
Interface to Push
Define where the changes should be made.
2.
Changes Applied
Optional parameter to define the function to call when the button is pressed.
Last updated