0
votes
1answer
20 views

UIButton Custom Type with background color and transparent foreground image not working

I have the following custom button: _button = [UIButton buttonWithType:UIButtonTypeCustom]; _button.backgroundColor = [UIColor darkGrayColor]; UIImage *bg = [UIImage ...
-2
votes
6answers
59 views

How to hide button after the button is manual added in Cocoa Touch?

I have added button manually in for loop, after that, how to hide or change the button and hide label? UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect]; button.frame = ...
2
votes
1answer
49 views

ios: duplicating UIView, with UIButtons in it

I'm trying to understand how to make a duplicate of a uiview that has a set of uibuttons inside it. Been trying to follow this question/answer but I'm really confused atm: Make a deep copy of a ...
0
votes
2answers
34 views

Detect a touch on a subview in a main controller

I have a main view controller class which contains a UIScrollView and a number of subviews like cards. Each card is an object and it is covered with a UIButton. I want to detect a tap on the UIButton ...
-1
votes
0answers
29 views

Dim background image in UIControl

I wrote a class that Extends a UIControl and I put in it a UIImageView as a background. Now I want to have the same effect of a UIButton when I tap on it, in particular i want the image to become ...
0
votes
1answer
46 views

UIButton won't change picture when HighLighted, will only set picture to grey

I want the picture to turn yellow the second the user touches it. Right now on first tap the image turns a bit grey and on release turns yellow. Second tap the picture would go back to red instantly. ...
0
votes
3answers
44 views

Adding specific touch event to UIButton iPhone

I am trying to add a touch to UIButton. I want it to be when I click on button, until I release the finger, it won't click on it. I Have played with many touch events, Touch down, Touch up inside ...
0
votes
1answer
13 views

UIButton adjusting after build storyboard

I have set up a vc that will be called as a modal when an action is executed. But when the vc pops up the positions of the buttons adjusts. How do I set the positions? I have this on my viewdidload. ...
1
vote
0answers
78 views

What's up with the size of UIButton's Touch Drag/Exit hit area?

Well, I guess it is best to show what I mean: You can clearly see that once we've touched the button and moved out of it, a consequent move-in event triggers the button state change from far away. ...
-2
votes
0answers
38 views

How to give shaking effect to UIButtons like touching water?

I want to make a project which will use some animation as in app "Candy Crush Saga". In this the buttons will produce waving effect when you touch on it like water you touch.How to produce wave effect ...
0
votes
2answers
95 views

Setting the image of a button

I usually change the images of my buttons using this:[Button setImage:[UIImage imageNamed:@"image.png"] forState:UIControlStateNormal];And I just noticed today that this code is deprecated. What would ...
1
vote
3answers
70 views

Custom UIButton's action does not called

I have subclass of UIButton: @interface MyButton : UIButton - (IBAction) buttonPressed:(id)sender; @end @implementation MyButton - (void)awakeFromNib { NSLog(@"awake from nib"); } - ...
1
vote
1answer
69 views

UIButton subclass with cap insets automatically applied

OK, I thought I had a bright idea. A UIButton with cap insets automatically applied to background images. @implementation JLTCapInsetButton - (void)setBackgroundImage:(UIImage *)image ...
0
votes
1answer
55 views

How to resize UIButton without modifying its hit rectangle

I have an UIButton with a titleLabel and a backgroundImage. I want to resize the button when it is in the highlighted state. This resize should affect the titleLabel and the backgroundImage, but I ...
0
votes
2answers
88 views

How to detect touch end event for UIButton?

I want to handle an event occurs when UIButton touch is ended. I know that UIControl has some events implementing touches (UIControlEventTouchDown, UIControlEventTouchCancel, etc.). But I can't catch ...
0
votes
1answer
114 views

ios touch move from one button to another button

I have two custom uibuttons. @interface myButton : UIButton I overwrite several methods like - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { // do something } - ...
0
votes
3answers
61 views

Continually sending messages from a UIButton

I am making a game at the moment and am having trouble creating a D-Pad. At the moment when I tap a button it will only run once, I don't know which event I can call to make it continually run the ...
1
vote
2answers
116 views

IOS 6 - Custom UIButton how to give my titleLabel a margin?

I'm drawing an inset rectangular border to my UIButton subclass inside the drawRect: method. As you can see that shape is too close to my button titleLabel frame. How can I set the titleLabel's max ...
0
votes
2answers
68 views

UIButton TouchUpInside not being fired, but pointInside:withEvent: returns YES

I have a UIButton on which I attached an UIControlEventTouchUpInside action. This button is inserted in a UIScrollView. My problem is: touch events won't work until I hold on the button for a certain ...
0
votes
1answer
47 views

can't get word wrap to work on UIButton

I have a simple UIButton and try to get word wrap but it always shows the text in one line exceeding the button size. NSString * text = NSLocalizedString(@"Start Loading",@"Start Loading"); ...
0
votes
2answers
122 views

UIButton Bug? (Xcode Version 4.6 (4H127))

1st: Xcode Version 4.6 (4H127), simulator 6.1 So... i do the following. My button (inherited from UIButton) loaded from nib. Then i've set image to it for UIControlStateNormal. I've got something ...
0
votes
0answers
198 views

touchesBegan not being called over a UIbutton

The touchBegan method is not being called over my UIButton. I want both the UIButton and the touchesBegan method to share the touch. Is that possible? Right now when I click the button, only the ...
-1
votes
3answers
48 views

How to add a slider to move downward in view? [closed]

I am new to iOS programming, so I hope its not a stupid question to ask. I have to add ten different buttons in my view programmatically. I know how to add buttons programmatically, but my buttons ...
-2
votes
1answer
87 views

Passing string value on click of UIButton in iOS

I have check many articles for passing value on click of uibutton in ios. But generally,people make use of tag property as alternate. But I found follwing solution : UIButton *btnComLike=[[UIButton ...
1
vote
1answer
34 views

iOS title on wrong button

I have a pretty strange problem. In one view I have three buttons, each with an image and a title. First button is OK, second only shows an image, and the third shows the right image, but the title ...
1
vote
1answer
60 views

UIButton is resized without visible cause?

I have ViewController(1) which hierarchy is like this ViewController - UIView -- UITableView (height 80% of it's superview) -- UIButton ( height 20% of it's superview, 80% offset y) After pressing ...
0
votes
5answers
87 views

How to enable an UIButton after entering a valid value

I have this app and a reset button to reset the values that I entered. I'm trying to get the button to be gray as long as I don't enter a valid value. When the value is valid, it should enable and ...
4
votes
4answers
148 views

UIButton -setTitle: forState: doesn't seem to work

I'm trying to dynamically update the title of an IBOutletCollection of UIButtons. I expect the title to be set to the letter 'S' when selected and the text "D|S" when disabled and selected. It ...
0
votes
2answers
103 views

Floating UIButton on UIScrollView

I want to implement the following behaviour in my app: I have a UIScrollView on my view with customizable contentSize and I want to put a UIButton in its bottom left corner to stay there when I scroll ...
3
votes
1answer
41 views

iOS - How to detect which button triggered a segue, and how to display its content based on the button

My problem is that I have a view with different buttons inside: all the buttons are connected to the same segue (this is for a particular reason, i know it would be easier to make different segues, ...
0
votes
0answers
95 views

Hide/Show UITableView on Button touch

I Have one Screen in which i have to hide or show UITableview on button touch. This single button have two diffrent image which is change by button click. I had tried with this code. - ...
0
votes
2answers
68 views

UIButtonTypeDetailDisclosure : unrecognised selector sent to instance

I have a custom button class: CustomButton.h file: @interface CustomButton : UIButton @property (nonatomic, retain) NSString* info; @end CustomButton.m file: #import "CustomButton.h" ...
0
votes
4answers
193 views

Cancel UIButton touch while touching it

I have a situation where a user would be touching a UIButton and while they might already be touching it, I need to be able to cancel it or cause it to fail. I have tried to use button.enabled and ...
-1
votes
2answers
78 views

can not move buttons

Hello i have a little problem that my buttons doesn't move when I am using a code that should move the button. ViewControlle.h: @property (strong, nonatomic) IBOutlet UIButton *button1; @property ...
0
votes
1answer
83 views

Getting the image from a UIButton

I'm trying to get the image assigned to a button on click, so I can assign it to something else when the button is clicked. I think I'm nearly there, I've managed to get the following info from the ...
0
votes
2answers
158 views

UIButton fails to activate 'touch up inside' on a first gen iPad, works on second gen

Question I have a .xib with a UIButton. That UIButton has a connection via Touch Up Inside to a method, - (IBAction)play:(id)sender, in the File's Owner. When I run on a first-gen iPad the ...
0
votes
2answers
34 views

Can't change the caption of a UIButton from its own Touch Up Inside event

I just noticed this crazy behavior in UIButton: If I try to set the caption of a UIButton from an IBAction that gets fired on the button's touch up inside event, the caption changes, but is quickly ...
1
vote
2answers
111 views

objective c UIImage ontouch of image

The problem that I have is that I want to display a map of the world. I want the user to be able to click on a specific country. I know that I can make my UIImages(the pictures of the countries) the ...
1
vote
2answers
139 views

Why does a UIRoundedRectButton not respond yes to isKindOfClass:[UIButton class]?

I have a UIButton in a view that is created with UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect]; btn.frame = CGRectMake(500, 100, 100, 44); [self.view addsubview:btn]; When I ...
1
vote
0answers
142 views

iOS - UIButton enabling/disabling two or more buttons in a single strike

I have three buttons assigned to the property "botao2" (like a calculator, for example). When I mouse over the circle on the left (@property on the .h file) only one button is highlighted. When I ...
0
votes
4answers
48 views

Changing the colour of a UIButton based on its tag

Got a bunch of UIButtons, some of which need to change colour depending on circumstance, and currently it is handled like thus: UIButton *button; button = [self.view viewWithTag:positionInArray]; ...
0
votes
1answer
96 views

uitoolbar with icons/text similar to uitabbar

Ideally I want to use a UIToolbar but I want the icons at the bottom to appear as they would in a UITabBar meaning with icon for default and highlighted states and title beneath. I know I can drag a ...
1
vote
3answers
79 views

UIButton IBAction method only drawing to screen once?

I am a little confused about something I was just trying for fun. I have written a little method called animateBars_V1 which uses an array of UIImageViews and alters the height of each UIImageView to ...
1
vote
0answers
107 views

UIScrollView, UIButton vs. UIControl, and touch events

I have a UIScrollView which contains a UIButton and a gradient button, which is a UIControl subclass. The gradient-button draws differently according to whether the user has tapped on it (indicating ...
0
votes
2answers
205 views

UIButton remove border with overlay on touch

I need a UIButton but I don't want a border for it. However I still want to keep that nice gradient overlay when somebody touches the button Like on the Facebook iPad app, the text links they have ...
2
votes
2answers
422 views

Xcode: Make label click-through

I created a storyboard that contains some big buttons. For a specific reason I have to put another smaller button and a label over each big button. I would like to make it so that the smaller button ...
-1
votes
1answer
75 views

Cant add title to Custom UIButton?

hey Guys i've got a weird problem. If i create a custom button inside the storyboard editor and want to add a title to it, it appears right to the Button, but it should be placed centered on top of ...
1
vote
1answer
352 views

Animate UIButton's title change

Here I found how to animate UIButton's title change using now-deprecated beginAnimations:context: method: UIBUtton title animation for iPhone How to do the same thing using current APIs? Update: ...
0
votes
1answer
47 views

UIImageView for a UIButton does not change

I have the following IBOutlet Action . . if(!isWishlisted) { isWishlisted = true; plistPath = [[NSBundle mainBundle] pathForResource:@"InYourWishlist" ofType:@"png"]; ...
0
votes
1answer
57 views

Empty button with rounded edges

I was wondering if I could make a button in Xcode that is just kind of a Rounded Rect with nothing inside so the background image would show in the button, but I need the Rounded Rect line around?

1 2 3 4 5 8