C chhoda macrumors 6502 Original poster May 3, 2010 #1 I need a scroller control like the attached pic, anybody has a piece of code demonstrating it ? ch
robbieduncan Moderator emeritus May 3, 2010 #2 You don't seem to have attached a picture. But in general scrolling is controlled by UIScrollView. Edit: I see you have now attached a picture. Those are not built in: you will have to write your own custom control.
You don't seem to have attached a picture. But in general scrolling is controlled by UIScrollView. Edit: I see you have now attached a picture. Those are not built in: you will have to write your own custom control.
C chhoda macrumors 6502 Original poster May 6, 2010 #3 any good book or link for this type of custom controls ? may be for mac whch can be ported to iphone ? --CH
any good book or link for this type of custom controls ? may be for mac whch can be ported to iphone ? --CH
L Luke Redpath macrumors 6502a May 6, 2010 #4 chhoda said: any good book or link for this type of custom controls ? may be for mac whch can be ported to iphone ? --CH Click to expand... I suggest you have a thorough read of the documentation for UIView and UIControl, learn about custom drawing and then beyond that...you're going to use your imagination.
chhoda said: any good book or link for this type of custom controls ? may be for mac whch can be ported to iphone ? --CH Click to expand... I suggest you have a thorough read of the documentation for UIView and UIControl, learn about custom drawing and then beyond that...you're going to use your imagination.
PhoneyDeveloper macrumors 68040 May 6, 2010 #5 Those controls look like a picker, not a scroller. Look at this https://forums.macrumors.com/threads/900625/
Those controls look like a picker, not a scroller. Look at this https://forums.macrumors.com/threads/900625/