Skip to content

History / Container View Controllers

Revisions

  • fix(Container-View-Controllers): modernize four archived Apple link references (backlog b674791927454b9e)

    @mitchellcodepath mitchellcodepath committed Jun 11, 2026
  • 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).

    codepath-wiki-review[bot] committed Jun 3, 2026
  • wiki-review: 2026-06-02T015614Z

    codepath-wiki-review[bot] committed Jun 2, 2026
  • wiki-review: 2026-05-29T014648Z

    codepath-wiki-review[bot] committed May 29, 2026
  • wiki-review: 2026-05-15T014419Z

    codepath-wiki-review[bot] committed May 15, 2026
  • 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'.

    @mitchellcodepath mitchellcodepath committed May 11, 2026
  • 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.

    @mitchellcodepath mitchellcodepath committed May 11, 2026
  • Move to https://

    @rogerhu rogerhu committed Oct 18, 2017
  • Updated Container View Controllers (markdown)

    @jayliew jayliew committed Jun 10, 2017
  • minor Swift syntax update

    @jayliew jayliew committed Jun 10, 2017
  • numberOfRows(inSection: 0) instead of numberOfRowsInSection(0)

    @jayliew jayliew committed Jun 10, 2017
  • bugfix: cut paste error from previous edit

    @jayliew jayliew committed Jun 10, 2017
  • viewControllerArray.index(of:activeViewController!) instead of find(viewControllerArray, activeViewController!)

    @jayliew jayliew committed Jun 10, 2017
  • Updated Container View Controllers (markdown)

    @marcadam marcadam committed Dec 9, 2016
  • Fixed several more typos.

    @marcadam marcadam committed Mar 2, 2016
  • Fixed some typos.

    @marcadam marcadam committed Mar 2, 2016
  • Fix broken link to Apple's custom view controllers guide.

    @marcadam marcadam committed Mar 2, 2016
  • Custom Views and Container View Controllers

    @nhan nhan committed Feb 11, 2015