UIControl is the base class for control objects such as buttons and sliders.
I have a custom UIControl class that I want to use in my storyboard. I am having problems since there …
ios objective-c swift storyboard uicontrolIs there a way to set a custom states -- not one of the existing UIControlState values -- for a …
ios objective-c cocoa-touch uicontrolI currently have a big headache to get a small GUI working nicely which isn't being created with GUI editor …
user-interface matlab resize figure uicontrolbasically I need an image button, specifically a custom object that: 1) calls a controller's action when tapped 2) encapsulates custom data 3) …
iphone uiimageview uibutton highlighting uicontrolI have a UIControl inside a UIScrollView. In my UIControl's init, I rig up some touch event handlers, e.g. […
ios uiscrollview ios7 uicontrolI'm trying to programmatically create a click event in MATLAB that will mimic the user clicking on a GUI object. …
user-interface function matlab callback uicontrol