Post

Replies

Boosts

Views

Activity

Reply to CollectionView: Sync `center.y` of UIView outside collection view and a view in a cellinside
how to animate self sizing cell size change due relayout? Turns out: collectionView.performBatchUpdates { UIView.animate(withDuration: 0.25, animations: { cellViewReference.updateState(state: state, animated: false) cellViewReference.layoutIfNeeded() }) collectionView.collectionViewLayout.invalidateLayout() } how to synchronize outside views with collection views? Just don't, it doesn't end well...
2w
Reply to Xcode is crashing on startup. Any workarounds?
I have figured the work around for this back in December already - in it I would open another Xcode project and then with the project window open, I would open the needed project with File - Open Recent. Here's a funny thing: today, that OTHER project has stopped opening too. Amazing. Now I'm using a third, different project, and apparently I'm running out, but statistically, I'll lose access to all of them only by 2023. Amazing.
Mar ’21