Skip to content

UISugar/ThreeDCardView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

75 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒŒ ThreeDCardView

Version

License

Platform

Language

Author

Usage

First you have to import 'ThreeDCardView'

import 'ThreeDCardView'

Create ThreeDCardView and set the frame

let threeDCardView:ThreeDCardView = ThreeDCardView(frame:)

Set the datasource

threeDCardView.dataSource = self
 
extension ViewController:ThreeDCardDataSource {
    func setCardImages() -> [UIImage] {
        let images:[UIImage] = [UIImage(named: "")!,UIImage(named: "")!,UIImage(named: "")!,UIImage(named: "")!]
        return images
    }
}
ipad pro 5th iphone 13 pro

Requirements

  • iOS 11
  • Swift 5.0

Installation

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

pod 'ThreeDCardView'

Author

fomagran, fomagran6@naver.com

License

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

About

Library that you can see images with a 3D card ๐ŸŒŒ

Resources

License

Stars

Watchers

Forks

Packages

No packages published