Status bar prompts with various effects

Status bar prompts with various effects

Source code introduction

The demo can provide a variety of status bar prompt effects. You can control the status prompt to enter and exit from 4 directions, with soft or bouncing effects, and you can customize the prompt content.

Source code running screenshot

\

Source code snippet:

  1. - (IBAction)btnShowNotificationPressed:(UIButton *)sender {
  2. [CRToastManager showNotificationWithOptions:[self options]
  3. apperanceBlock:^( void ) {
  4. NSLog(@ "Appeared" );
  5. }
  6. completionBlock:^( void ) {
  7. NSLog(@ "Completed" );
  8. }];
  9. }
  10. - (IBAction)btnPrintIdentifiersPressed:(UIButton *)sender {
  11. NSLog(@ "%@" , [CRToastManager notificationIdentifiersInQueue]);
  12. }
  13.   
  14. - (IBAction)btnDismissNotificationPressed:(UIButton *)sender {
  15. [CRToastManager dismissNotification:YES];
  16. }
  17. CRToastAnimationType CRToastAnimationTypeFromSegmentedControl(UISegmentedControl *segmentedControl) {
  18. return segmentedControl.selectedSegmentIndex == 0 ? CRToastAnimationTypeLinear :
  19. segmentedControl.selectedSegmentIndex == 1 ? CRToastAnimationTypeSpring :
  20. CRToastAnimationTypeGravity;
  21. }

Source code link: http://download..com/data/1983082

<<:  CircleList (arc-shaped ListView)

>>:  Custom menu management-custom menu creation interface

Recommend

SMS promotion is ineffective. What is the correct approach to SMS marketing?

In our daily lives, we are overwhelmed by marketi...

Classical dance-finished dance teaching (both group dance and solo dance)

Classical dance - finished dance teaching (group ...

What are the effective methods of video promotion?

In 2019, many high-quality TV series were broadca...

Why didn’t the activities you planned work?

Event operation is an explosive operation method ...

Super practical! Let’s talk about icon design process and tips

Icon design requires proficiency in the use of so...

Practical notes on Kuaishou, Douyin, and Video Account

Today I will continue to share with you my learni...

Can the 1799 yuan price tell the truth? Meizu MX4 full review

In September this year, the mobile phone industry...

Bullwhip recipes - How to make bullwhip delicious - Home cooking

Since ancient times in China, the saying "yo...

All mobile practitioners should know: What exactly is deep linking?

In recent years, as startups have used, improved,...

How to play brand marketing, the 4 core basic skills you must master

What is Marketing ? Marketing is a means of satis...