Skip to content

ReadByView is a pod for making view like seen by with circular images with less effort and more flexibility

License

Notifications You must be signed in to change notification settings

mokoranyAli/ReadByView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReadByView

CI Status Version License Platform

Example

  • import ReadByview

  • declare your array of UIImage like:

let photots =
    [UIImage(named: "me")
        ,UIImage(named: "me1")
        ,UIImage(named: "me2")
        ,UIImage(named: "me3")
        ,UIImage(named: "me4")]
  • add UIView in stoaryboard make its type ReadByview or just make it with code like :
let readByViewProgrammatically = ReadByView(frame: CGRect(x: your x posiotin, y: your y, width: your width, height: your height))
self.view.addSubview(readByViewProgrammatically)
 

  readByViewProgrammatically.photots = photots as! [UIImage]
  readByViewProgrammatically.numberOfPicturesThatAppear = 4 
  readByViewProgrammatically.readByLabelText = "your label"

you can take a look Example directory first.

Photo for ReadByView

Simulator Screen Shot - iPhone 11 Pro Max - 2020-07-03 at 05 33 49

Requirements

ios 12 or later

swift 5

Installation

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

pod 'ReadByView'

Author

mokoranyAli, mohammed.korany.ali@gmail.com

License

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

About

ReadByView is a pod for making view like seen by with circular images with less effort and more flexibility

Resources

License

Stars

Watchers

Forks

Packages

No packages published