FSPagerView icon indicating copy to clipboard operation
FSPagerView copied to clipboard

FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders.

Results 123 FSPagerView issues
Sort by recently updated
recently updated
newest added

My cell in FSPagerView is not just an image view and text , actually my cell should have an image view , 3 label and 2 button in it. i...

can't add `0.8.3`version in SPM

StoryBoard compiler error with FSPagerView IBOutlet Install cocoaPod platform :ios, '10.0' use_frameworks! target 'sdfsdfsdf' do pod 'FSPagerView' end 1、Simply drag UIView instance into your View Controller, Change the Custom Class...

Hi, As I wrote in the title, after set the contentHorizontalAlignment as .center, if you look carefully at the spaces at the left & right sides, or measure the sizes...

Fix scrollToItem call fatalError when out of range

` pagerView(_:willDisplay:forItemAt:) ` This function is called 2 time Expected a index, not two indexes, When the transformer is crossFading ```swift lazy var pagerView: FSPagerView = { let view =...

``` func pagerView(_ pagerView: FSPagerView, willDisplay cell: FSPagerViewCell, forItemAt index: Int) { } func pagerView(_ pagerView: FSPagerView, didEndDisplaying cell: FSPagerViewCell, forItemAt index: Int) { } ```

Hi, Is there any way to slide videos by this framework? I couldn't find any options to add videos . Help me!