设置透明true会在UICollectionView GetCell中返回错误的indexPath

时间:2019-01-11 10:23:15

标签: xamarin xamarin.ios uicollectionviewcell

添加代码以将Transculent设置为false会导致UICollectionView的-GetCell()杂项即使在其他项目上单击也返回IndexPath = 0。

删除特定行使GetCell()返回正确的IndexPath。

UINavigationBar.Appearance.Translucent = false;

我希望从UICollectionView的-GetCell()meathod返回非透明导航栏和正确的IndexPath。

谢谢

0 个答案:

没有答案