When will Apple remove the methods/APIs marked as deprecated?
问题 When will Apple remove the methods/APIs marked as deprecated? After 2 or 3 releases after they were marked, or never? 回答1: In common usage deprecation merely means that the feature is no longer recommended to be used and MAY be removed entirely in a later release. Wikipedia - Deprecation It is good practice to stop using deprecated features as soon as it is reasonable to as you have no gauruntee how long they will continue to be supported. Sometimes it could be as little as the next release