uicontrol
Can I use custom values of UIControlState for my own control?
Is there a way to set a custom states -- not one of the existing UIControlState values -- for a UIControl?[详细]
2022-12-30 10:35 分类:问答iPhone UIControl and Subview
I currently have a UIControl, which has a number of subviews (image, label). Unfortunately when I use addTarget etc. It doesn\'t detect touches on the subviews.[详细]
2022-12-29 02:42 分类:问答How do I have my UIViewController respond to a non-touch event?
Working with iPhone SDK 3.2 -- I have a complex custom UIControl that handles touches on the child controls.In certain cases, I want the parent UIControl to pass an ev开发者_如何学运维ent to the UIVi[详细]
2022-12-28 15:44 分类:问答Need help identifying Windows UI control
Can anyone identify the control that is being used to create the accordion-style tab layout in this Win开发者_如何学JAVAdows dialog?[详细]
2022-12-28 12:38 分类:问答How to highlight the button untill the next view is changed in iphone?
I have created five buttons in the view controller. If i clicked the button it goes to the corresponding view. Now i want to display the button in highlighted state when it is clicked. It should go ba[详细]
2022-12-27 03:38 分类:问答How to darken a custom UIButton
I\'ve subclassed the UIButton class and now a custom view will be drawn using quartz 2d. It all looks fine, but how can I darken the button at clicking it.[详细]
2022-12-20 16:17 分类:问答How to disable the highlight control state of a UIButton?
I\'ve got a UIButton that, when selected, shouldn\'t change state when being touched. The default behavi开发者_StackOverflow中文版our is for it to be in UIControlStateHighlighted while being touched,[详细]
2022-12-20 15:34 分类:问答Custom UIBarButtonItem with quartz
How can I draw a button with quartz that has exactly the same style as a UIBarButtonItem. The button should be able to show different colors.[详细]
2022-12-20 05:58 分类:问答Recreate scope bar of UISearchBar
I want to recreate the scope bar of a UISearchBar, just for use as tabs. I\'d like to adopt the UISearchBar scope bar\'s style.[详细]
2022-12-19 15:58 分类:问答UIControl - changing assigned selectors: addTarget & removeTarget
I\'m using 10 buttons in my interface and need, from time to time, to change the button\'s selector. Am I required to use:[详细]
2022-12-15 05:53 分类:问答