Open RisingSSR opened 1 year ago
方便给一份 Layout 用来测试吗?
或者在 MJPinHeaderCollectionViewController
中增加部分测试代码以便于调试
方便给一份 Layout 用来测试吗?
或者在
MJPinHeaderCollectionViewController
中增加部分测试代码以便于调试
你可以查看这个,但demo需要单独配置。
https://github.com/RisingSSR/RockSchedule/blob/main/ScheduleCollectionViewLayout.swift
我继承 UICollectionViewLayout 自定义了一个layout,在实现的时候出现了上述情况
而我的自定义的layout,是重写
layoutAttributesForSupplementaryView(ofKind:at:)
实现头部固定的,请问如何处理这种动画效果Originally posted by @RisingSSR in https://github.com/CoderMJLee/MJRefresh/issues/225#issuecomment-1720903375