iPhone: How To call method on NSSlider touch end?
I Have UI开发者_高级运维Slider in my iphone application and i want to call method (function ) when the user sliding ends ... what is the simplest way to do that?
connect a callback to onTouchUpInside (and optionally onTouchUpOutside as well)
精彩评论