iphone Programming Glossary: createandsendscrollrequest
how to handle tiling of images on the fly http://stackoverflow.com/questions/5985477/how-to-handle-tiling-of-images-on-the-fly columns adjGrid3 adjGrid2 1 above all are NSInteger type variable declared at class level if gridNumber 1 self createAndSendScrollRequest gridNumber if adjGrid1 0 adjGrid1 totalGrids self createAndSendScrollRequest adjGrid1 if adjGrid2 0 adjGrid2 totalGrids.. at class level if gridNumber 1 self createAndSendScrollRequest gridNumber if adjGrid1 0 adjGrid1 totalGrids self createAndSendScrollRequest adjGrid1 if adjGrid2 0 adjGrid2 totalGrids self createAndSendScrollRequest adjGrid2 if adjGrid3 0 adjGrid3 totalGrids.. if adjGrid1 0 adjGrid1 totalGrids self createAndSendScrollRequest adjGrid1 if adjGrid2 0 adjGrid2 totalGrids self createAndSendScrollRequest adjGrid2 if adjGrid3 0 adjGrid3 totalGrids self createAndSendScrollRequest adjGrid3 And this is how createAndSendScrollRequest..
|