Had fun making a type-safe value-oriented collection view data source in Swift today.
Conversation
this is great. How would you go about adding a delegate (e.g. delegate:didSomethingWithItem:) to it?
1
Replying to
Composition; that's another thing.
Replying to
k, I ran into a prob trying to define a datasource protocol for a similar datasource class. - great you can share code now!

