Posts

Post marked as solved
3 Replies
845 Views
I just downloaded XCode 14.0 beta (14A5228q) to use of the new "any Protocol" feature of Swift 5.7 and the XCode editor lagging with typing and scrolling to be much slower than release version of XCode... to the point it's definitely interfering with speed and flow of develop it. I tried unchecking "Show Live Issues in Source Code" in Project Settings, but that had no impact (and took several seconds to reflect change of checkbox state) Anyone else experiencing this? Any idea what's causing it and any good workarounds? I'm running it on an MBP M1 max 32GB.
Posted Last updated
.
Post not yet marked as solved
0 Replies
386 Views
I want to have a UICollectionView with two sections that scroll horizontally, but I am wondering if there's any way to do that and still do reordering with a disclosure button that indicates that. I suppose a swipe gesture is out of the question as one might use in a list view cell to bring up the delete button for a cell. -- Bonus question: If the above is not possible, is it possible to have per-section vertical scrolling with UICollectionView or would that necessitate two UICollectionView instances?
Posted Last updated
.