iOS source code download: Draw the input words with animation

iOS source code download: Draw the input words with animation

Functional classification: Special effects

Supported platforms: iOS

Operating environment: iOS

Development language: Object-C

Development tools: Xcode

Source code size: 174.88KB

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

Source code introduction

To implement line drawing animation for a string, you can modify the animation size and position, as well as the color of the line drawing in the class method.

Source code running screenshot

Rendering

Source code snippet

  1. -( void )startDraw:(UIButton*)sender
  2. {
  3. for (id layer in self.view.layer.sublayers) {
  4. if ([layer isKindOfClass:[ZYAnimationLayer class ]])
  5. {
  6. [layer removeFromSuperlayer];
  7. }
  8. }
  9. [ZYAnimationLayer createAnimationLayerWithString:self.myTextField.text andRect: CGRectMake(20.0f, -100.0f,
  10. CGRectGetWidth(self.view.layer.bounds) - 40.0f,
  11. CGRectGetHeight(self.view.layer.bounds) - 84.0f) andView:self.view andFont:CTFontCreateWithName(CFSTR( "Helvetica-Bold" ), 80.0f, NULL) andStrokeColor:[UIColor colorWithRed:0.3 green:0.2 blue:0.5 alpha:1]];
  12. }
  13. - ( void )textFieldDidBeginEditing:(UITextField *)textField
  14. {
  15. self.myTextField.frame = CGRectMake(self.myTextField.frame.origin.x, self.myTextField.frame.origin.y - 252, self.myTextField.frame.size.width, self.myTextField.frame.size.height);
  16. }
  17. - ( void )textFieldDidEndEditing:(UITextField *)textField
  18. {
  19. self.myTextField.frame = CGRectMake(self.myTextField.frame.origin.x, self.myTextField.frame.origin.y + 252, self.myTextField.frame.size.width, self.myTextField.frame.size.height);
  20. }

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

<<:  Novel Reading Network: How does Tingyun Server ensure the performance of a high-concurrency website with tens of millions of users?

>>:  Android source code download: Five-piece elimination game

Recommend

Why I still prefer Eclipse to IntelliJ IDEA

Over the years, I've seen a trend of moving f...

Apple's legendary design team disbanded, but Jobs is not

This article is reprinted with permission from AI...

Understand Tencent Guangdiantong Advertising in one article

In the past few years, I probably contributed nea...

TikTok Dou+ Nuggets Training Camp (Third Session)

: : : : : : : : : : : : : : : : : : : : : : : : : ...

rua Can I pet a tiger if I'm allergic to cats? Tiger: Are you polite?

What is it like to encounter a tiger just when yo...

How much does it cost to develop a restaurant kitchen app in Sanmenxia?

More and more businesses are paying attention to ...

How to promote an H5 event with 10W+PV?

——How to operate an event with little money and l...

Review: A traffic-generating course with a conversion rate of over 35%

The author reviews a training camp project in whi...

VR and the Internet of Things will drive future growth of smartphones

On February 26, 2016, research firm Kantar Worldp...

For every pet otter, there are four or five dead companions

Not long ago, Guokr held a Youth Forum with the t...