There was an error while loading. Please reload this page.
fix(Container-View-Controllers): modernize four archived Apple link references (backlog b674791927454b9e)
wiki-sync: apply review from codepath/guides#160 Auto-resolved 1 content conflict(s) by recency tiebreaker (kept whichever side had the newer last-touching commit, gated on both sides' subjects being from known wiki-review/wiki-prepass/wiki-sync automation).
wiki-review: 2026-06-02T015614Z
wiki-review: 2026-05-29T014648Z
wiki-review: 2026-05-15T014419Z
fix(wiki-prepass): 2nd pass — 20 more fixes (doubled words + codespell) 18 doubled-word fixes (mostly 'the the'; one was a triple 'the the the' that took two passes to clean up). 2 codespell fixes: - Creating-a-Custom-Camera-View.md: 'incase' -> 'in case' - Passing-Data-Propagating-Events.md: 'subcribe' -> 'subscribe' Skipped: 'initialY' (4×) flagged by codespell — this is a Swift variable name for 'initial Y coordinate', not a typo of 'initially'.
fix(wiki-prepass): correct 30 spelling typos across 20 files (2026-05-11T091456Z) Run of typos-cli 1.46.1 with manual audit. Each change verified against context. False positives skipped: UDID (Apple device ID, not UUID typo), 3DES_EDE cipher suite component, US state abbreviation 'ND' in example address strings. One auto-applied change had to be re-fixed: UIScrolLViewDelegate had a typo (extra L) that typos turned into UIScrollLViewDelegate; corrected to UIScrollViewDelegate.
Move to https://
Updated Container View Controllers (markdown)
minor Swift syntax update
numberOfRows(inSection: 0) instead of numberOfRowsInSection(0)
bugfix: cut paste error from previous edit
viewControllerArray.index(of:activeViewController!) instead of find(viewControllerArray, activeViewController!)
Fixed several more typos.
Fixed some typos.
Fix broken link to Apple's custom view controllers guide.
Custom Views and Container View Controllers