Results 10 comments of JasonFu

how did you deal with the problem ?

在YCXMenu.m中 301行更改alpha值:透明色。

[YCXMenu setTintColor:]设置背景色。 另外在YCXMenu.m中 301行更改alpha值:透明色。

透明度怎么调的,黑色透明度0.6:[YCXMenu setTintColor:[UIColor colorWithRed:0 green:0 blue:0 alpha:0.6]];没有效果。

swift代码中使用:bridge-Header中引入:#import

问题已解决:在AppDelegate.m中:设置导航栏的背景图片。 // [[UINavigationBar appearance] setBarTintColor:[UIColor purpleColor]]; [self.mainNavigationController.navigationBar setBackgroundImage:[UIImage imageNamed:@"bgImage"] forBarMetrics:UIBarMetricsDefault];

Use this func :**fetchImage** asset.fetchImage(with: self.view.bounds.size, completeBlock: { image, info in myImageView.image = image }

公司项目使用。Masonry布局时在,xcoe8 ,iOS10.2下拍照之后,再选择一个照片之后崩溃,崩溃位置: 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]; break; }...