Instagram-style scroll view source code download

Instagram-style scroll view source code download

Other

iOS

iOS

Object-C

Xcode

3.64MB

Source code introduction:

A scrolling effect similar to Instagram and 20lines.

Source code running screenshot:

Source code snippet

  1. -( void )loadGraphics {
  2. imgCropped=nil; self.view.backgroundColor=[UIColor whiteColor];
  3. //set the image of the template  
  4. if (kHeight>480){ imageViewTemplate=[[PFImageView alloc] initWithFrame:CGRectMake(kWidth/2-85, 20, 170, 255)];
  5. } else { imageViewTemplate=[[PFImageView alloc] initWithFrame:CGRectMake(kWidth/2-60, 20, 120, 180)];
  6. } [imageViewTemplate setImage:[UIImage imageNamed:@ "copertina1" ]];
  7. [self.view addSubview:imageViewTemplate];
  8. //set the templates view at the bottom  
  9. templatesView=[[PFTemplatesViewController alloc] init]; templatesView.view.frame=CGRectMake(0, kHeight-264, kWidth, 264);
  10. templatesView.imgCover=_imgChosen; [templatesView loadGraphics];
  11. templatesView.scrollTemplatesView.delegate=self; [self.view addSubview:templatesView.view];
  12. templateNumber=0;
  13. templateColor=rgb2Color(255, 255, 255); }
  14. -( void )templateCreated:(UIImage *)imgTemplate andNumber:(NSInteger)numberTemplate andColor:(UIColor *)colorTemplate
  15. { templateNumber=numberTemplate;
  16. templateColor=colorTemplate;
  17. [imageViewTemplate setImage:imgTemplate]; CATransition *transition = [CATransition animation];
  18. transition.duration = 0.3f; transition.timingFunction = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut];
  19. transition.type = kCATransitionFade; [imageViewTemplate.layer addAnimation:transition forKey:nil];
  20. }

Source code download address: http://down..com/data/1963010

<<:  Frameworks and tools that hybrid app developers must not miss

>>:  Android Tianying Leyue web reader source code download

Recommend

Cyanogen: We're going to take Android away from Google

[[127052]] On January 31, Kirt McMaster, CEO of a...

Practical tips: To improve SMS marketing ROI, these three aspects are the key

Based on his own practice, the author shares rele...

Android N debuts at Google I/O, name still undecided

In the early morning of May 19th, the annual Goog...

These 10 failed operation cases may allow you to learn more

Compared to a year ago, there are now a lot of us...

I have 100 ways to protect the earth "Ultraman" TV version trial play

How to capture the hearts of players has always b...

Luxgen's new U6 SUV spy photos may be equipped with PSA engine

Recently, domestic media exposed a set of spy pho...

What are Google's 21 founding employees doing now?

[[120312]] Google also grew from a small company....

Is a piece of porcelain really worth 700 million?

Ancient Chinese Porcelain A perennial favorite at...

New media operation: Find hot spots in 3 directions!

I was chatting with a friend recently, and she ta...

3 tips to help operators write copy that attracts readers

Regarding copywriting , as an operator , I come i...