¡@

Home 

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

iphone Programming Glossary: holderview

How to Unerase the erased UIImage

http://stackoverflow.com/questions/14053563/how-to-unerase-the-erased-uiimage

code in my PanGesture I am using code below UIImage image UIImage imageNamed @ 326d4fb72362a2e44659141cadfc4977.jpg holderView UIView alloc initWithFrame CGRectMake 0 0 320 235 imgForeground UIImageView alloc initWithFrame holderView frame imgForeground.. holderView UIView alloc initWithFrame CGRectMake 0 0 320 235 imgForeground UIImageView alloc initWithFrame holderView frame imgForeground setImage image holderView addSubview imgForeground UIPanGestureRecognizer panRecognizer UIPanGestureRecognizer.. CGRectMake 0 0 320 235 imgForeground UIImageView alloc initWithFrame holderView frame imgForeground setImage image holderView addSubview imgForeground UIPanGestureRecognizer panRecognizer UIPanGestureRecognizer alloc initWithTarget self action @selector..

Draw Line with gesture

http://stackoverflow.com/questions/6436990/draw-line-with-gesture

Line with gesture I add a view as sub view using the following code imageview UIImageView alloc initWithFrame holderView frame imageview setImage cppobject OutputImage imageview.contentMode UIViewContentModeScaleAspectFit holderView addSubview.. holderView frame imageview setImage cppobject OutputImage imageview.contentMode UIViewContentModeScaleAspectFit holderView addSubview imageview holderView.contentMode UIViewContentModeScaleAspectFit UIPinchGestureRecognizer pinchRecognizer UIPinchGestureRecognizer.. setImage cppobject OutputImage imageview.contentMode UIViewContentModeScaleAspectFit holderView addSubview imageview holderView.contentMode UIViewContentModeScaleAspectFit UIPinchGestureRecognizer pinchRecognizer UIPinchGestureRecognizer alloc initWithTarget..

uiscrollview not scrolling horizontally

http://stackoverflow.com/questions/2748326/uiscrollview-not-scrolling-horizontally

SecondView UIView alloc initWithFrame CGRectMake 320 60 0 100 150 SecondView setBackgroundColor UIColor clearColor HolderView UIView alloc initWithFrame CGRectMake 0 0 1000 150 scrHorizontalScroll UIScrollView alloc initWithFrame HolderView.frame.. HolderView UIView alloc initWithFrame CGRectMake 0 0 1000 150 scrHorizontalScroll UIScrollView alloc initWithFrame HolderView.frame scrHorizontalScroll setBackgroundColor UIColor redColor scrHorizontalScroll setContentSize CGSizeMake 999 150 scrHorizontalScroll.. UIColor redColor scrHorizontalScroll setContentSize CGSizeMake 999 150 scrHorizontalScroll setScrollEnabled YES HolderView addSubview scrHorizontalScroll scrHorizontalScroll addSubView FirstView scrHorizontalScroll addSubView SecondView HolderView..