Skip to content
AtomicReps

Navigation

09/23Mobile

iOS UI (SwiftUI & UIKit).

The iOS view layer: SwiftUI, UIKit, Core Animation and WidgetKit.

  • iOS UI (SwiftUI & UIKit) · 1 of 3

    UIKit Views & Controllers

    In a UIViewController lifecycle, which callback fires earlier in the sequence: viewDidLoad or viewWillAppear?

  • iOS UI (SwiftUI & UIKit) · 2 of 3

    SwiftUI Views & Modifiers

    You build a list-detail layout that should show a sidebar on iPad and collapse to a stack on iPhone. Which iOS 16+ container is purpose-built for this responsive pattern?

  • iOS UI (SwiftUI & UIKit) · 3 of 3

    SwiftUI Views & Modifiers

    On iOS 17, which modifier two-way-binds the identity of the topmost visible item in a ScrollView so you can drive an external page indicator from view state?

Three of the 619 iOS UI (SwiftUI & UIKit) questions in the bank.

Keep going with iOS UI (SwiftUI & UIKit), free
Next topic · 10/23JavaScript.