Collection

RoomPlan sample architecture

Source-backed, high-level architecture notes for Apple sample-code pages grouped in the RoomPlan folder.

  • Catalog module label: RoomPlan
  • Coverage: 3 / 3 sample pages documented
  • Source policy: archive hashes and extracted-tree references are verified locally before analysis

Samples

Sample Platforms High-level architecture Documented patterns
Create a 3D model of an interior room by guiding the user through an AR experience iOS, iPadOS, Mac Catalyst A Swift sample with the source-visible chain AppDelegateOnboardingViewControllerRoomPlan APIs. View-controller organization, Delegate or data-source callbacks
Merging multiple scans into a single structure iOS, iPadOS, Mac Catalyst A Swift sample with the source-visible chain AppDelegateRoomTableViewControllerRoomPlan APIs. View-controller organization, Delegate or data-source callbacks
Providing custom models for captured rooms and structure exports iOS, iPadOS, Mac Catalyst A Swift sample bundle with entry-bearing project variants RoomPlanCatalogGenerator, RoomPlanExporter, each leading to RoomPlan APIs.

Cross-sample signals

Recurring documented patterns

Pattern label Sample documents
View-controller organization 2
Delegate or data-source callbacks 2

Type-role naming evidence

Counts below are declaration-name suffixes, not inferred patterns.

Role suffix Distinct declarations across samples
Delegate 4
Controller 3
View 2
App 1
Generator 1

Swift access-control evidence

These are declaration occurrences in scanned Swift source, including implicit internal declarations.

Access level Occurrences
implicit internal 194
private 35
public 2
private(set) 1

References

Generated from the verified local catalog and completed Markdown documents.