Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TheDozer

macrumors newbie
Original poster
Oct 15, 2009
13
0
Hi all programming pros

is there some way to get the UISlider send the value until released ?
Hope you understand what I'm looking for...

Cheers'
 

TheDozer

macrumors newbie
Original poster
Oct 15, 2009
13
0
continuous

Contains a Boolean value indicating whether changes in the sliders value generate continuous update events.

@property(nonatomic, getter=isContinuous) BOOL continuous

Discussion

If YES, the slider sends update events continuously to the associated target’s action method. If NO, the slider only sends an action event when the user releases the slider’s thumb control to set the final value.

The default value of this property is YES.


how do I set it to no ?

Yes I'm a noob
 

North Bronson

macrumors 6502
Oct 31, 2007
395
1
San José
found a switch in xcode that fixed it for me :)

Interface Builder can be a great tool for someone who really knows their way around Cocoa. The problem is that Interface Builder abstracts so much out of the process that I don't think it's a great idea for beginners to "Learn Cocoa" with it.

Besides, there are many attributes for views that you cannot modify in Interface Builder; you will have to drop down to code sooner or later.
 

TheDozer

macrumors newbie
Original poster
Oct 15, 2009
13
0
all of you are off course right :)

I'm trying to do it at the same time :)
Objective-C, Cocoa and Cocoa-touch haha some evenings my head is spinning

I have found a new love ESPRESSO !
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.