Y
Hacker News
new
|
ask
|
show
|
jobs
by
colejohnson66
253 days ago
Because Objective-C doesn’t have access controls. If a method exists, you can call it. A "private" API is just an undocumented one.
1 comments
LeoNatan25
253 days ago
Given enough motivation, access control is irrelevant too. See early Windows "private" API that was used for decades and Microsoft supported despite being "private", because they knew it was being used and they (used to) care about their users.
link