|
|
|
|
|
by cooldude127
6386 days ago
|
|
actually, objective-c is not strongly typed. it is quite dynamic, despite the fact that you often see types specified. you could replace every declared type with 'id', and your code would still work, and it would be dynamically typed. |
|