Y
Hacker News
new
|
ask
|
show
|
jobs
by
rudedogg
3476 days ago
String bridges to NSString, are you sure you need to cast?
1 comments
dep_b
3475 days ago
I think String now is part of Any and NSString still is AnyObject. You need to cast, but the cast will always succeed.
link