Closed susheelopenxcell closed 5 years ago
From where are you trying to access it?
I am trying to access it from uitableviewcell.
Susheel Parmar SR. Software Engineer - iOS Openxcell Technolabs Pvt. Ltd.
On Wed, Jan 23, 2019 at 12:00 AM Menno Lovink notifications@github.com wrote:
From where are you trying to access it?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mennolovink/Zoomy/issues/59#issuecomment-456510302, or mute the thread https://github.com/notifications/unsubscribe-auth/APrGgpD8MXhKXvKr3K6oh_MftA6VJ9Tpks5vF1i1gaJpZM4aMd7f .
If you'd like to acces it from the cell, here's the most direct way to achieve this:
Import Zoomy, make sure the tableviewcell conforms to CanManageZoomBehaviors
and the addZoomBehavior
method should be accessible. Hope this works for you!
I need to zoom an image from uitabelview -> uitableviewcell -> collectionview -> uicollectionviewcell -> imageview.
So i have to use addZoombehavior(for: imageView) method in uitableviewcell and i cant access rightnow so kindly help me to solve this.