Post

Replies

Boosts

Views

Activity

My App has wrong behavior when I used UICollectionView API - scrollToItemAtIndexPath.( ios15 beta4)
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];        }];  }
Topic: UI Frameworks SubTopic: UIKit Tags:
3
0
780
Sep ’21
How can I disable Dynamic Island interactions while using my app?
How can I disable Dynamic Island interactions while using my app?
Replies
0
Boosts
0
Views
495
Activity
Jul ’24
app crashed when creating album
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.
Replies
4
Boosts
0
Views
942
Activity
Jun ’24
Debugging on iOS 17 is terribly slow in Xcode15
Debugging on iOS 17 is terribly slow in Xcode15, Is that a solution?
Replies
4
Boosts
5
Views
2.6k
Activity
Oct ’23
about live activity load web image
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
Replies
2
Boosts
0
Views
2.1k
Activity
Nov ’22
Live Activity: How can I send 'pushToken' to my push notification server?
When you’ve successfully started your Live Activity, you receive an Activity with a pushToken. Send it to your push notification server, and use it to send remote push notifications that update or end the Live Activity.
Replies
1
Boosts
0
Views
1.1k
Activity
Nov ’22
My App has wrong behavior when I used UICollectionView API - scrollToItemAtIndexPath.( ios15 beta4)
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];        }];  }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
3
Boosts
0
Views
780
Activity
Sep ’21