SwiftyOnboard icon indicating copy to clipboard operation
SwiftyOnboard copied to clipboard

A swifty iOS framework that allows developers to create beautiful onboarding experiences.

Results 35 SwiftyOnboard issues
Sort by recently updated
recently updated
newest added

Showing All Messages /Package.swift has no Package.swift manifest in https://github.com/juanpablofernandez/SwiftyOnboard

Cannot subclass `SwiftyOnboardOverlay` since the init which takes a `CGRect` is `internal` (not marked as `public`).

`SwiftyOnboardDataSource`protocol have the method `swiftyOnboardPageForIndex`returning a `SwiftyOnboardPage`. This is a huge limitation to _SwiftyOnboard_ customisation. Please consider returning `UIView` instead of `SwiftyOnboardPage `.

fixed crash caused by incorrect outlets, when try to run project example from stroyboards

Hi, I am loading images in that UIView, but I can't able to add zoom and pinch gestures to that image. Please solve this ASAP

In this PR I added support for RTL languages so the scroll is from left to right.

Does SwiftyOnboard support right-to-left languages, so user can swipe from left to right?

UIPageControl dots isn't connected with code, it doesn't work, pages is working, but dots not moving @IBOutlet weak var contentControl: UIPageControl! --- with empty circle connection, and got error if...