Alua-Kinzhebayeva / iOS-PDF-Reader

PDF Reader for iOS written in Swift
MIT License
532 stars 150 forks source link

Warning in TiledView.swift on version 2.5.1 #71

Closed MarcoFilosi closed 6 years ago

MarcoFilosi commented 6 years ago

Merging #67 issue caused just an introduction of a warning, because now bounds is not used anymore inside override func draw(_ layer: CALayer, in con: CGContext) method. Bug #64 was already fixed by using layer.bounds instead of bounds