FFPopup
FFPopup copied to clipboard
⛩ Presenting custom views as a popup in iOS.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.7 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
I found layout has enum value of custom, but cannot find the example or doc about how to use it
UIView *view = [[UIView alloc]initWithFrame:CGRectMake(0, 200, 500, 500)]; view.backgroundColor = [UIColor redColor]; [self.view addSubview:view]; UIView *v = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 20, 30)]; v.backgroundColor = [UIColor blackColor]; FFPopup *pop = [FFPopup...
'UIApplicationDidChangeStatusBarFrameNotification' is deprecated: first deprecated in iOS 13.0 - Use viewWillTransitionToSize:withTransitionCoordinator: instead.
Hi. Can you add interactive transitions like [https://github.com/SebastianBoldt/Jelly](Jelly)
### New Pull Request Checklist * [x] I have read and understood the [CONTRIBUTING guide](../CONTRIBUTING.md) * [ ] I have searched for a similar pull request in the [project](https://github.com/JonyFang/FFPopup/pulls) and...
### New Issue Checklist * [ ] I have read and understood the [CONTRIBUTING guide](../CONTRIBUTING.md) * [ ] I have searched for a similar issue in the [project](https://github.com/JonyFang/FFPopup/issues) and found...