C chhoda macrumors 6502 Original poster Oct 25, 2008 285 1 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 Jul 24, 2002 25,611 893 Harrogate 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 Oct 25, 2008 285 1 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 Nov 9, 2007 733 6 Colchester, UK 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 Sep 2, 2008 3,114 93 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/