FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

Easy create custom design cell

Open Econa77 opened this issue 4 years ago • 3 comments

Now a subclass of FSPagerViewCell is required to create a custom cell. However, FSPagerViewCell has a design that is unnecessary for customization such as adding shadows. ref: https://github.com/WenchaoD/FSPagerView/blob/e535eb1a810dc76d99260a0ae3898f80ad73261e/Sources/FSPagerViewCell.swift#L104-L107

Also, there is no place in this library that uses the properties in FSPagerViewCell. Therefore, make use of the standard UICollectionViewCell.

Econa77 avatar Mar 18 '20 08:03 Econa77

can you share demo code. I'm new to iOS development. Thanks in advance

JegaJegatheesh avatar Jan 09 '21 07:01 JegaJegatheesh

@JegaJegatheesh Open this project with Xcode 12 or above 👍 https://github.com/Econa77/FSPagerViewCustomDesign

Econa77 avatar Jan 09 '21 07:01 Econa77

Thank you sir

JegaJegatheesh avatar Jan 09 '21 09:01 JegaJegatheesh