MXParallaxHeader icon indicating copy to clipboard operation
MXParallaxHeader copied to clipboard

This project is no longer maintained

Open maxep opened this issue 3 years ago • 4 comments

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!

maxep avatar Jan 19 '21 13:01 maxep

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

Kedar-27 avatar Jan 20 '21 12:01 Kedar-27

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

ngochiencse avatar Jun 06 '21 04:06 ngochiencse

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

ngochiencse avatar Jun 06 '21 04:06 ngochiencse

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

sugitatestblue avatar May 24 '22 01:05 sugitatestblue