문제

I tried to add an NSHost method and XCode didn't recognize it.

Do you know why this happened?

도움이 되었습니까?

해결책

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

다른 팁

NSHost is not supported for iPhone. Read apple's technical note

http://developer.apple.com/library/ios/#qa/qa1652/_index.html

iPhone SDK does not support NSHost. But you can use this alternative Objective-C custom class instead.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top