Swiftpack.co - jihoonahn/PageImageScrollView as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by jihoonahn.
jihoonahn/PageImageScrollView 0.2.1
Library for moving images to scroll views
⭐️ 4
🕓 2 years ago
.package(url: "https://github.com/jihoonahn/PageImageScrollView.git", from: "0.2.1")

PageImageScrollView

Version License Platform

Requirements

  • iOS 9.0 or higher
  • Swift 5.0

Usage

import

import PageImageScrollView

Use

Storyboard

Add a custom view to the storyboard and set its class to "PageImageScrollView"

Programmatically

let pageScrollView = PageImageScrollView()
view.addSubView(pageScrollView)

Example

pageScroll.pageIndicatorTintColor = UIColor.systemBlue
pageScrollView.currentPageIndicatorTintColor = UIColor.black
pageScrollView.images= [
    .init(systemName: "1.circle") ?? .init(),
    .init(systemName: "2.circle") ?? .init(),
    .init(systemName: "3.circle") ?? .init()
]

Installation

Swift Package Manager

PageImageScrollView is available througb SPM. To install it, simply add the following line to your Package.swift:

// Package.swift

dependencies: [
    .package(url: "https://github.com/JiHoonAHN/PageImageScrollView", from: "0.2.0")
]

Cocoapods

PageImageScrollView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'PageImageScrollView'

Author

JiHoonAHN, [email protected]

License

PageImageScrollView is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 4
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Version 0.2.1
2 years ago

UPDATE ReadMe

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics