FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

How Can I get height of FSPagerViewCell?

Open vishalpethani opened this issue 4 years ago • 0 comments

I want to give height of pagerViewCell based on content inside the FSPagerViewCell

pagerView.itemSize = CGSize.init(width: 374, height: dynamicHeight)

So How Can I get the dynamicHeight based on content inside the cell ?

vishalpethani avatar Sep 27 '19 06:09 vishalpethani