You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let rect = (self.scrollView.convert((picView?.frame)!, from: superView))
let lasRect = tap.view?.convert(rect, to: self.scrollView)
self.lastImageView.frame = lasRect!
单选照片时没有获取到原始照片在屏幕中的位置,结果每次都是从0,0弹出,楼主写成了获取view在self.content(cell)中的位置去了
The text was updated successfully, but these errors were encountered:
let rect = (self.scrollView.convert((picView?.frame)!, from: superView))
let lasRect = tap.view?.convert(rect, to: self.scrollView)
self.lastImageView.frame = lasRect!
单选照片时没有获取到原始照片在屏幕中的位置,结果每次都是从0,0弹出,楼主写成了获取view在self.content(cell)中的位置去了
The text was updated successfully, but these errors were encountered: