I've got a class I wrote earlier in the year, pre 3.0, that implemented the UIImagePickerControllerDelegate protocol. In it, I implemented the imagePickerController:didFinishPickingImage:editingInfo: method, which is deprecated in the 3.0 SDK.
The thing is, I noticed this just by cruising through the documentation, and not from a compiler warning. I was seeing other deprecation warnings (for things like TableViewCell.text) but not this one. Is there a setting or something that I need to have enabled, as I'm wondering now if there are other deprecations that I'm missing