Posts

Post not yet marked as solved
2 Replies
191 Views
The app crashes when creating a new album. This crash did not occur in our own testing, but after publishing it to the app store, it seems that the probability of occurrence is very high.
Posted
by QiuZH.
Last updated
.
Post marked as solved
2 Replies
1.5k Views
Hello, there are two questions I would like to inquire about. Add button interaction to live activity. Can we click the button without automatically opening the application How can live activity update network pictures normally? I tried the app groups method but failed
Posted
by QiuZH.
Last updated
.
Post marked as solved
2 Replies
493 Views
Model : iPhone 12 pro max System : iOS 15 beta4 Desc : I set the collectionView to scroll to the back of the item, but it actually scrolls to the front. The problem is currently only in iPhone 12pro max. NSInteger row = indexPath.item + 1;  if (row > 0 && row < [self.dataSource collectionView:self numberOfItemsInSection:indexPath.section]) {    [UIView animateWithDuration:.3 animations:^{        [self scrollToItemAtIndexPath:[NSIndexPath indexPathForRow:row inSection:indexPath.section] atScrollPosition:UICollectionViewScrollPositionNone animated:NO];        }];  }
Posted
by QiuZH.
Last updated
.