Posts

Post not yet marked as solved
5 Replies
8.7k Views
Autocomplete/code highlighting doesn't work for about half the files in my project. I've seen this on occasion in other versions of Xcode but this time none of the usual fixes (cleaning the project, empting derived data, quiting Xcode, etc.) seem to work. Has anyone had the same issue and managed to fix it?
Posted
by Vallette.
Last updated
.
Post marked as solved
7 Replies
6.5k Views
I have a UIScrollView that contains a UISegmentedControl. The idea is that the user can scroll the segmented control back and forth to view options that fall outside the visible area of the device's screen. The user can also tap on a partially visible selection and it'll scroll to the center of the view. This all worked fine until iOS 13. Now the scroll view won't move via a touch although it does move programmatically, i.e., tapping a partially obscured option scrolls it to the middle of the screen.I did subclass the scroll view and confirmed it was receiving touches by overriding touchesShouldBegin. Any idea of a change in iOS 13 that might cause this behavior?
Posted
by Vallette.
Last updated
.