Why doesn't Apple make private APIs inaccessible?

Posted by Howiecamp on Stack Overflow See other posts from Stack Overflow or by Howiecamp
Published on 2010-04-19T00:56:11Z Indexed on 2010/04/19 1:03 UTC
Read the original article Hit count: 297

If Apple doesn't want developers using private APIs in the iPhone SDK, why don't they do something like mark the classes and/or methods with whatever the Objective-C equivalent of C#'s "internal" keyword? If the APIs are spread amongst multiple binaries, Apple could refactor them into dedicated private-API-only binaries to make this easier for them.

© Stack Overflow or respective owner

Related posts about apple

Related posts about iphone-sdk