stackJolin

Results 7 issues of stackJolin

use customView, DZN-_contentView's frame = (0,0,0,0)

首先,非常感谢你分享的popView框架,用起来非常方便。效果也很好。 其次,有个问题请教一下:当我点击了MMPopView的item之后,然后当前控制器去modal一个控制器,经常会崩溃,但是没有断点。希望有时间查看一下这个问题。我也在查看,有结果会及时通知你,谢谢!

1.如果photos是collectionView的情况下,在collectionView复用、或者collectionView用删除添加操作的话,通过subViews去取sourceView的时候,是存在问题的。 建议可以添加一个代理方法:专门返回当前点击的子View,我改了一下,测试了几台机器,还是很好用的。请楼主采纳 添加的代理方法: - (UIView *)photoBrowserGetCurrentViewWithIndex:(NSInteger)index; 获取当前子View代理方法: UIView *sourceView = self.sourceImagesContainerView.subviews[self.currentImageIndex]; if ([self.delegate respondsToSelector:@selector(photoBrowserGetCurrentViewWithIndex:)]){ sourceView = [self.delegate photoBrowserGetCurrentViewWithIndex:self.currentImageIndex]; } 代理实现 - (UIView *)photoBrowserGetCurrentViewWithIndex:(NSInteger)index { NSIndexPath *indexPath = [NSIndexPath indexPathForRow:index inSection:0];...

swift project bridge file can't Import files of lsxReaderWriter issue: Could not build module 'XlsxReaderWriter'

I can't get AudioStreamBasicDescription from: - (void)audioStream:(FSAudioStream *)audioStream samplesAvailable:(AudioBufferList *)samples frames:(UInt32)frames description: (AudioStreamPacketDescription)description so, I can't convert audio

how to create a osx project by "pob lib create A" with object-c but not swift