0
votes
2answers
41 views
UIScrollView only works if the child views aren’t hit
I have a scroll view that doesn't scroll right, I've simplified the code for below.
It draws the view and some horizontal buttons that i add more stuff to in the real code.
If yo …
0
votes
2answers
84 views
UIButton - Touch and Hold, Tap
Hello,
I have several UIButtons that control the iPhone's music player.
I would like to have the music player seek backwards if the previous button is touched and held, but skip …
0
votes
0answers
7 views
CKEditor - Edit default dialog template
Hi guys!
I'm trying to customize the default look (template) of CKEditor's dialog box. I would like to switch the positions of OK button with the Cancel Button, so that the OK butt …
-5
votes
1answer
189 views
uibutton events with @selector
-(void)myButton{
UIButton *settingbutton=[UIButton buttonWithType:UIButtonTypeCustom];
[settingbutton setFrame:CGRectMake(15.0f, 330.0f, 150.0f, 32.0f)];
[settingbutton setCenter …
1
vote
2answers
21 views
iphone BPM tempo button
i want to create a button that allows the user to tap on it and thereby set a beats per minute. i will also have touches moved up and down on it to adjust faster and slower. (i hav …
1
vote
3answers
781 views
UIButton: Making the hit area larger than the default hit area.
Hello, I have a question dealing with UIButton and it's hit area. I am using the Info Dark button in interface builder, but I am finding that the hit area is not large enough for …
0
votes
3answers
58 views
UIButton actionafter held down for x seconds
Greetings,
I'm trying to get a ui button to have dual identities. If the user pushes it normally, an event fires (this works already). If the user pushes and holds it for some t …
0
votes
1answer
34 views
Passing on presses from a UIButton to a Scroll View
Hey,
I have several UIButtons on top of a UIScrollView.
Each of the buttons do something when the pressUpInside method is called.
What happens is that is the scroll view is scrol …
1
vote
2answers
46 views
Why isn’t my UIButton responding to touches?
I'm sure I'm overlooking the obvious as I've got countless working buttons...but...for whatever reason this one is not cooperating...
I've added a UIButton (Rounded Rect) to a UIV …
0
votes
2answers
35 views
UIButton to be resized
Hi All,
I am using a UIButton in my application. This button title is displayed dynamically as per the user choice. Now i have to resize the button width as per the title content. …
0
votes
2answers
63 views
Programmatically Adding UIButtons: Works in Simulator but not on Phone
I am attempting to programmatically add buttons to my screen while looping through an array. The code I've posted below works just fine in the simulator (and executes without erro …
0
votes
1answer
37 views
UIButton subclass continuously highlighted after an popping up and UIAlertView
I am subclassing a UIButton and detecting finger movements, if the user swipes his finger in a certain way I will pop up an UIAlerView.
All good, except that after dismissing the …
1
vote
2answers
43 views
iPhone table view - some button/action questions
I created a table view that is populated with a custom UITableViewCell (like this). Each of the cells contains two UIButtons. I assign the action to the button like this:
[decrea …
0
votes
0answers
4 views
Use a UIButton to add a UITabBarController(and its view) or a UINavigationController(and its view)
Hi, i'm trying to load a simple uiview at the start with 2 buttons.
I would like to do the following:
-Press one of the buttons to go to a Tab bar view(and/or its controller)
-P …
2
votes
4answers
3k views
iPhone UIScrollview with UIButtons - how to recreate springboard?
I'm trying to create a springboard-like interface within my app. I'm trying to use UIButtons added to a UIScrollView. The problem I'm running in to is with the buttons not passing …
