# AWCardeDemo **Repository Path**: orz_wei/AWCardeDemo ## Basic Information - **Project Name**: AWCardeDemo - **Description**: 基于UICollectionView完成的卡片切换效果 通过获取卡片滑动的偏移量,实现卡片与按钮控件之间的关联,从而实现联动效果。 本卡片效果兼容 iPhone 和 iPad,iPhone X暂未做适配。 - **Primary Language**: Objective-C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-10-17 - **Last Updated**: 2025-08-04 ## Categories & Tags **Categories**: ios-modules **Tags**: None ## README # AWCardeDemo 基于UICollectionView完成的卡片切换效果 通过获取卡片滑动的偏移量,实现卡片与按钮控件之间的关联,从而实现联动效果。 本卡片效果兼容 iPhone 和 iPad,iPhone X暂未做适配。 备注:   每一个CollectionViewCell 都可以通过自定义 cell的方式来实现展示不同的界面。本demo只是简单的设置了一个图片,如果需要其他功能,自行自定义CollectionViewCell即可实现效果。   顶部按钮 由独立View封装,可以根据需求自行更改。   联系QQ:714492365 ![a](https://gitee.com/orz_wei/AWCardeDemo/blob/master/demo.gif)