JasonFu
JasonFu
设置透明度,使用:[YCXMenu setTintColor:[UIColor colorWithRed:0 green:0 blue:0 alpha:0.6]],设置没有任何效果。
运行环境:xcode9.0.1 模拟器: 8plus layer层显示_UIBarBackground的高度是变的和UINavigationBar高度一样了(变低了)。下图是主页面的layer层级显示:
If you have spare time ,please update it swift 5.0
后期能否在拍照的功能页面增加一个录制视频的功能,这样在进入拍照功能的时候可以切换到录制视频的功能。或者像微信朋友圈长按按钮录制视频。
code 8 iOS 10模拟器上,有的title不能正常显示。
新项目准备使用swift,WMPageController-Swift有空可以升级到swift4.2吗,Thank you.
if (!self.ifVideo) { for (int i = 0; i < assetManager.selectedPhotos.count; i ++) { HX_PhotoModel *modelPH = assetManager.selectedPhotos[i]; //崩溃位置 if (modelPH.tableViewIndex == _cellIndex) { [collectionView scrollToItemAtIndexPath:[NSIndexPath indexPathForItem:modelPH.collectionViewIndex inSection:0] atScrollPosition:UICollectionViewScrollPositionCenteredVertically animated:NO];...
有空的话适配一下swift 5.0吧