okuda-seminar / Twitter-Clone

0 stars 0 forks source link

[iOS] Remove DrawerPresentation Library and Implement Simple Transition #502

Open TakayaShirai opened 2 days ago

TakayaShirai commented 2 days ago

Summary

We are currently integrating the "Drawer Presentation" library to implement side-menu functionality. However, we’ve encountered issues, such as a noticeable time lag when dismissing and presenting a new view in HomeViewController, and the lack of a proper dismiss side-menu functionality. To address these challenges and improve the user experience, please implement a custom transition animation for the side menu in this project.

Deadline

11/30.

References

UIViewControllerAnimatedTransitioning

Notes

None