Post

Replies

Boosts

Views

Activity

Deeplink
"When handling deeplinks from notifications or widgets on Apple Duo, how should the fold state affect deeplink execution? Should a deeplink arriving during fold be executed immediately or queued until fold completes? Can pending deeplinks be interrupted if a fold occurs during navigation? Should navigation state be restored after the device unfolds?"
Topic: Design SubTopic: General
1
0
294
21h
WillEnterForeground
"How does the app handle fold state during background transitions and foreground launch on Apple Duo? If the device folds while the app is being moved to the background, does the app save the fold state in the scene state data? When the app returns to the foreground, should the fold state be restored to accurately recreate the UI? If a user opens the app via a notification action while the device is already folded, how should the initial view layout be determined? Should SceneDelegate handle fold state transitions during scene lifecycle events (willResignActive, didBecomeActive)?"
Topic: UI Frameworks SubTopic: UIKit
1
0
48
21h
Infinite Carousel and Cell Reuse During Fold: Scroll UI State Management
How should infinite carousel and cell reusability behave during fold transitions? Is scroll position preserved during fold? If fold occurs during cell reuse, can wrong campaign be displayed? Can "load more" pagination trigger twice during fold? If swipe gesture is mid-progress during fold, can cell snap to wrong position? Can carousel animation glitch during fold? Can cell deallocation fail during fold (memory leak)?
Topic: UI Frameworks SubTopic: UIKit
1
0
44
21h
BottomSheets
"How should bottom sheets behave on Apple Duo during fold? Should bottom sheets be automatically dismissed when fold occurs? Can bottom sheets be opened while the device is in a folded state? What should happen if the sheet content overlaps with the fold line? Should bottom sheet height be different for folded vs unfolded states?"
Topic: UI Frameworks SubTopic: UIKit
1
0
50
21h
Local Notification Reliability and Campaign Reminder Delivery on Apple Duo Foldable Devices
How do scheduled campaign reminder notifications behave on Apple Duo during fold transitions? If a scheduled notification is triggered while the device is in a folded state, does the notification display correctly? Should we implement fold-aware notification scheduling? Can the notification payload be corrupted or truncated if fold occurs during the notification delivery process? Should we validate notification data after fold transitions? Is the notification center accessible and visible to the user during a folded state? Can the user interact with notification actions during fold? If the device unfolds after a scheduled reminder was set to trigger during the fold, will the notification still be delivered, or could it be skipped? Should we implement retry logic for missed notifications?
Topic: UI Frameworks SubTopic: UIKit
0
0
28
21h
Payment Approval Notification Flow Safety During Fold: Risk Assessment and Mitigation
When a payment confirmation notification arrives and the user taps the APPROVE action during or immediately before a fold transition, what are the risks to transaction integrity?
Topic: UI Frameworks SubTopic: UIKit
Replies
1
Boosts
1
Views
52
Activity
20h
Cell Reuse & Content Accuracy During Infinite Carousel Fold
Wrong data displayed after fold? Cell reference lost during fold animation? Carousel position jumps after unfold?
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
20
Activity
20h
Deeplink
"When handling deeplinks from notifications or widgets on Apple Duo, how should the fold state affect deeplink execution? Should a deeplink arriving during fold be executed immediately or queued until fold completes? Can pending deeplinks be interrupted if a fold occurs during navigation? Should navigation state be restored after the device unfolds?"
Topic: Design SubTopic: General
Replies
1
Boosts
0
Views
294
Activity
21h
Screen Blur & Sensitive Data Masking on Duo: Background Security During Dual-Screen Multitasking
For banking apps that blur/mask sensitive data when backgrounded, how should this work on Duo when both screens are potentially visible? Should blur behavior differ between active/inactive screens in split view? How to handle data masking during fold transitions?
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
24
Activity
21h
Adapting UINavigationController-Based Apps to Duo Without Major Architecture Changes
How should existing UlNavigationController-based applications adapt their navigation hierarchy for iPhone Duo without rebuilding the navigation architecture?
Topic: UI Frameworks SubTopic: UIKit
Replies
1
Boosts
0
Views
42
Activity
21h
Privacy & Security Considerations for Sensitive Data on Apple Duo: Multitasking, Snapshots & Screen Transitions
For applications displaying sensitive information, are there any new privacy or security considerations on iPhone Duo, particularly around multitasking, snapshots, screen transitions, or content visibility?
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
26
Activity
21h
Incremental vs. Foundation-First: Duo Adoption Strategy for Large Legacy UIKit Applications
For a large production UIKit application with many legacy screens, would you recommend a gradual screen-by-screen adoption strategy for iPhone Duo, or is there an application-level adaptation that should be implemented first?
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
18
Activity
21h
Recommended UIKit Architecture Pattern for Duo Dual-Screen Support
For UIKit applications, is UISplitViewController still the recommended architecture for taking advantage of the Duo form factor, or are there newer APIs/patterns (window groups, scene fragments, adaptive layouts) you recommend for dual-screen support?
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
25
Activity
21h
WillEnterForeground
"How does the app handle fold state during background transitions and foreground launch on Apple Duo? If the device folds while the app is being moved to the background, does the app save the fold state in the scene state data? When the app returns to the foreground, should the fold state be restored to accurately recreate the UI? If a user opens the app via a notification action while the device is already folded, how should the initial view layout be determined? Should SceneDelegate handle fold state transitions during scene lifecycle events (willResignActive, didBecomeActive)?"
Topic: UI Frameworks SubTopic: UIKit
Replies
1
Boosts
0
Views
48
Activity
21h
Component State Preservation & Transitions During Fold
When device folds/unfolds, how should interactive component states (animations, selections, playback, expansions) behave? Should state persist, reset, or pause?
Topic: UI Frameworks SubTopic: UIKit
Replies
1
Boosts
0
Views
36
Activity
21h
Infinite Carousel and Cell Reuse During Fold: Scroll UI State Management
How should infinite carousel and cell reusability behave during fold transitions? Is scroll position preserved during fold? If fold occurs during cell reuse, can wrong campaign be displayed? Can "load more" pagination trigger twice during fold? If swipe gesture is mid-progress during fold, can cell snap to wrong position? Can carousel animation glitch during fold? Can cell deallocation fail during fold (memory leak)?
Topic: UI Frameworks SubTopic: UIKit
Replies
1
Boosts
0
Views
44
Activity
21h
Deep Linking and External Navigation on Apple Duo
How should deep links and external URL navigation behave when fold transitions occur on Apple Duo?
Topic: UI Frameworks SubTopic: UIKit
Replies
1
Boosts
0
Views
47
Activity
21h
Data Safety and Transaction Integrity During Fold
How should form transactions handled within embedded WebView behave during Apple Duo fold transitions?
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
34
Activity
21h
BottomSheets
"How should bottom sheets behave on Apple Duo during fold? Should bottom sheets be automatically dismissed when fold occurs? Can bottom sheets be opened while the device is in a folded state? What should happen if the sheet content overlaps with the fold line? Should bottom sheet height be different for folded vs unfolded states?"
Topic: UI Frameworks SubTopic: UIKit
Replies
1
Boosts
0
Views
50
Activity
21h
Local Notification Reliability and Campaign Reminder Delivery on Apple Duo Foldable Devices
How do scheduled campaign reminder notifications behave on Apple Duo during fold transitions? If a scheduled notification is triggered while the device is in a folded state, does the notification display correctly? Should we implement fold-aware notification scheduling? Can the notification payload be corrupted or truncated if fold occurs during the notification delivery process? Should we validate notification data after fold transitions? Is the notification center accessible and visible to the user during a folded state? Can the user interact with notification actions during fold? If the device unfolds after a scheduled reminder was set to trigger during the fold, will the notification still be delivered, or could it be skipped? Should we implement retry logic for missed notifications?
Topic: UI Frameworks SubTopic: UIKit
Replies
0
Boosts
0
Views
28
Activity
21h