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

Seven paradigms for programmers to post on WeChat Moments

[[222966]] The photo of Jack Ma and 13 top scient...

How much does it cost to use China Mobile's 10,000M bandwidth exclusively?

How much does it cost to use China Mobile's 1...

B station brand joint marketing strategy!

In a world where everything can be co-branded, co...

9 ways to monetize short videos, how many do you know?

Creators often encounter similar problems when ma...

Android Market - OPPO Application Market ASO Detailed Explanation

What I want to talk about today is the whole oper...

How to make money through online promotion?

1. We-media It refers to the general term for new...

Analysis of the principle of Choreographer screen refresh mechanism

[[439195]] This article is reprinted from the WeC...

How can entrepreneurs write stories like the great Annie “Annie of the 1%”?

Yu Jiawen left, and Annie came, creating a phenom...

Setting benchmarks, segmenting, review of Tik Tok content marketing in 2018!

In the blink of an eye, the mobile Internet has b...

How to create a hot-selling online celebrity product: channel promotion

These days I saw a comparison picture about new a...

Introduction to 3 bidding modes for Kuaishou advertising promotion

When it comes to short videos, there are only two...