On Jun 4, 2016, at 12:54 , Daryle Walker <dary...@mac.com> wrote: > > It was the same except I mapped, based on the Swift w/ Cocoa & Obj-C guide, > the “id *” in the KVC guide to a “UnsafeMutablePointer<AnyObject>”. Anyone > know why it’s different?
It’s not unusual that the property being bound to can take a nil value, so I guess you need to allow for that case in the validation routine. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com