公告
财富商城
积分规则
提问
发文
2019-08-29 20:48发布
三岁会撩人
I tried to add an NSHost method and XCode didn't recognize it.
Do you know why this happened?
NSHost is not supported for iPhone. Read apple's technical note
http://developer.apple.com/library/ios/#qa/qa1652/_index.html
Your question is tagged with iPhone; NSHost is not available on the iPhone. NSHost is Mac OS X only.
Here is an alternative solution to using NSHost: Alternatives to NSHost in iPhone app
iPhone SDK does not support NSHost. But you can use this alternative Objective-C custom class instead.
最多设置5个标签!
NSHost is not supported for iPhone. Read apple's technical note
http://developer.apple.com/library/ios/#qa/qa1652/_index.html
Your question is tagged with iPhone; NSHost is not available on the iPhone. NSHost is Mac OS X only.
Here is an alternative solution to using NSHost: Alternatives to NSHost in iPhone app
iPhone SDK does not support NSHost. But you can use this alternative Objective-C custom class instead.