dabu5566
dabu5566
兄台,这个问题解决了吗?急用
debug一下怎么操作的,安卓10系统还会崩溃
CGRect frameForm = [photoBroseView convertRect:recognizer.view.frame fromView:self]; photoBroseView.frameFormWindow = frameForm; frameToWindow 怎么拿到浏览的是哪张图片
你看我还要设置代理,调用方法才能拿到即将消失的图片控件 - (void)photoBrowseView:(PYPhotoBrowseView *)photoBrowseView willHiddenWithImages:(NSArray *)images index:(NSInteger)index { UIImageView *imageView = self.imageViews[index]; CGRect frameTo = [photoBrowseView convertRect:imageView.frame fromView:self]; photoBrowseView.frameToWindow = frameTo; } 跟设置这个frameFormWindow属性都分开了 CGRect frameForm = [photoBroseView convertRect:recognizer.view.frame fromView:self]; photoBroseView.frameFormWindow...