Articles tagged with 'SwiftUI'

  1. Preventing Scroll Hijacking by DragGesture​Recognizer Inside ScrollView
  2. 23 May

    One of the areas where SwiftUI's declarative architecture shows its fundamental departure from UIKit's object-oriented approach is in the field of gesture handling. Today we will explore a particular difficulty caused by this, and a potential solution. Read more…