- This is a rotating menu, it is very convenient to use.
- Special thanks to the effect of the original author:czda1100.
- If you found a bug, and can provide steps to reliably reproduce it, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
- pod 'EFAnimationMenu', '~> 0.0.8'
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
self.viewController = ({
EFAnimationViewController *viewController = [[EFAnimationViewController alloc] init];
[self.view addSubview:viewController.view];
[self addChildViewController:viewController];
[viewController didMoveToParentViewController:self];
viewController;
});
}
- Have any problem in use, welcome back to me, you can communicate with me with the following contact
- QQMail: [email protected]
- With their own strength and speed, go where you want to go!