chetan

Results 6 comments of chetan

@IBOutlet weak var adsBannerView: FSPagerView! { didSet { self.adsBannerView.register(FSPagerViewCell.self, forCellWithReuseIdentifier: "cell") adsBannerView.layer.cornerRadius = 5 adsBannerView.automaticSlidingInterval = 5 } } Try this way

You can check this link [https://github.com/lexrus/LTMorphingLabel](url) @UzumakiAlfredo

@kalyan711987kalyan i fixed this in this pr #46

In prepareForReuse function call .cancel() for the countdown label. @dziedziela