Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 367 Bytes

Presentation.md

File metadata and controls

25 lines (18 loc) · 367 Bytes

Crafting a Custom Control

Explained by
Joachim Bondo (@osteslag)

CocoaHeads
Copenhagen
11 September 2014


Agenda

  1. Demo: the finished control
  2. The Making of

The Making

  1. Project: control + test bench
  2. Basics: Superclass + API
  3. Appearance: (private) view hierarchy
  4. Infinite Scrolling
  5. Target/Action, KVC/KVO
  6. Accessibility