maxep / MXParallaxHeader

Simple parallax header for UIScrollView
MIT License
1.73k stars 251 forks source link

This project is no longer maintained #124

Open maxep opened 3 years ago

maxep commented 3 years ago

Hey,

Unfortunately, I have decided to stop maintaining this project. This code is now an outdated implementation in Objective-C and I'm not giving it the attention it deserves.

Please let me know if you want to become a contributor or feel free to share any alternative or forks in the comments of this issue.

Thank you for your understanding!

Kedar-27 commented 3 years ago

Yes, I do have alternative solution, Please check my repo here Thank you.

ngochiencse commented 3 years ago

Hi I have fork your repo into swift version: HPParallaxHeader. Hope this could help: https://github.com/ngochiencse/HPParallaxHeader

ngochiencse commented 3 years ago

Yes, I do have alternative solution, Please check my repo here Thank you.

Hi I have checked, but apparently the solution is not stable enough. It still have bugs when I tried to use. You can try my solution instead: https://github.com/ngochiencse/HPParallaxHeader

sugitatestblue commented 2 years ago

Migration.

-  pod 'MXParallaxHeader', '0.6.1'
+  pod 'HPParallaxHeader', '1.1.7'
-import MXParallaxHeader
+import HPParallaxHeader
-final class HogeViewController: MXScrollViewController {
+final class HogeViewController: HPScrollViewController {

In the xxxx.storyboard,

MXParallaxHeaderSegue -> HPParallaxHeaderSegue