¡@

Home 

2014/10/15 ¤U¤È 10:10:01

iphone Programming Glossary: height_of_image

Loop an UIScrollView [duplicate]

http://stackoverflow.com/questions/1383849/loop-an-uiscrollview

MainView.h #define WIDTH_OF_SCROLL_PAGE 320 #define HEIGHT_OF_SCROLL_PAGE 352 #define WIDTH_OF_IMAGE 320 #define HEIGHT_OF_IMAGE 352 #define LEFT_EDGE_OFSET 0 @implementation MainViewController @synthesize scrollView slideImages id initWithNibName NSString.. imageNamed slideImages objectAtIndex slideImages count 1 imageView.frame CGRectMake LEFT_EDGE_OFSET 0 WIDTH_OF_IMAGE HEIGHT_OF_IMAGE scrollView addSubview imageView imageView release for int i 0 i slideImages count i loop this bit UIImageView imageView.. slideImages objectAtIndex i imageView.frame CGRectMake WIDTH_OF_IMAGE i LEFT_EDGE_OFSET 320 0 WIDTH_OF_IMAGE HEIGHT_OF_IMAGE scrollView addSubview imageView imageView release add the first image at the end imageView UIImageView alloc initWithImage..