Hello everyone !
I know it is forbidden to use private API functions or classes, because they can change in a future version of iOS. So I wondering if it is allowed if a private function is now public in a new iOS.
My example is MPMoviePlayerController which has a private property called currentTime in iOS before 3.2. Starting version 3.2, it is called currentPlaybackTime and can be used. If it can be used in newer versions, can it be used in older ?
Thanks