Beautiful menu animation

Beautiful menu animation

Source code introduction

You can add beautiful animated content to the app's menu, customize the icon and title, and design cells and layouts according to your preferences.
Source code running screenshot

Source code snippet:

  1. - (IBAction)presentMenuButtonTapped:(UIBarButtonItem *)sender {
  2. // init YALContextMenuTableView tableView  
  3. if (!self.contextMenuTableView) {
  4. self.contextMenuTableView = [[YALContextMenuTableView alloc]initWithTableViewDelegateDataSource:self];
  5. self.contextMenuTableView.animationDuration = 0.15 ;
  6. //optional - implement custom YALContextMenuTableView custom protocol  
  7. self.contextMenuTableView.yalDelegate = self;
  8.           
  9. //register nib  
  10. UINib *cellNib = [UINib nibWithNibName:@ "ContextMenuCell" bundle:nil];
  11. [self.contextMenuTableView registerNib:cellNib forCellReuseIdentifier:menuCellIdentifier];
  12. }
  13.   
  14. // it is better to use this method only for proper animation  
  15. [self.contextMenuTableView showInView:self.navigationController.view withEdgeInsets:UIEdgeInsetsZero animated:YES];
  16. }
  17.   
  18. #pragma mark - Local methods
  19.   
  20. - ( void )initiateMenuOptions {
  21. self.menuTitles = @[@ "" ,
  22. @ "Send message" ,
  23. @ "Like profile" ,
  24. @ "Add to friends" ,
  25. @ "Add to favorites" ,
  26. @ "Block user" ];
  27.   
  28. self.menuIcons = @[[UIImage imageNamed:@ "Icnclose" ],
  29. [UIImage imageNamed:@ "SendMessageIcn" ],
  30. [UIImage imageNamed:@ "LikeIcn" ],
  31. [UIImage imageNamed:@ "AddToFriendsIcn" ],
  32. [UIImage imageNamed:@ "AddToFavouritesIcn" ],
  33. [UIImage imageNamed:@ "BlockUserIcn" ]];
  34. }

Source code download: http://download..com/data/1984622

<<:  Douban Photo Album Collection

>>:  OS X, iOS and Linux all have more vulnerabilities than Windows

Recommend

How to load local video cover in Android

There are many ways to load the cover (usually ca...

Is the sudden sharp pain in the chest a sign of impending sudden death?

【Written at the end】 Some patients with myocardia...

Lily SEO Training: What are the aspects of search engine friendliness?

First: Directory Structure A clear and concise di...

Who will be the leader in the video website industry in the next five years?

On the evening of April 21, after the conclusion ...

Baidu PPC position click-through rate

Recently, clients often ask me what to do if Baid...

Bad sleeping posture is just a trigger. The real reason for a stiff neck is...

Author: Liu Xin, Emergency Department, Beijing Ch...

Android quick release project to jcenter

When I was organizing a project recently, I wante...

In the metaverse, will robots become humans?

At present, human technology is developing rapidl...

Want to improve retention? Activate your user first!

Whether in the PC era or the mobile era, the most...

What does the “M” after the mini program app.js mean?

Q: What does the M after the mini program js file...

Wuwei College Teacher Li Dong's five-day training camp for bull stock trading

Introduction to the bull stock trading resources ...