Basically any "delegate" (and delegate-like) property in the api should be autoboxing in the setter so the user of the api can use object literals (or the same object in multiple places as long as it includes the correct methods).
there are a few of these autobox'ed delegates in the code already (in UIKit), but there are tons more to add.
Basically any "delegate" (and delegate-like) property in the api should be autoboxing in the setter so the user of the api can use object literals (or the same object in multiple places as long as it includes the correct methods).
there are a few of these autobox'ed delegates in the code already (in UIKit), but there are tons more to add.