馬鹿なことをしていると、事前にごめんなさい。しかし、エラーを特定できません。
コード(ヘッダーファイル)は次のとおりです。
#import <Foundation/Foundation.h>
/**
Represents a cover image. It can be a game cover, a trophy image or even a player avatar.
It has three properties:
- **NSMutableString uri**: the link that points to the image.
- E.g.: [A Skyrim trophy image URI] (http://bit.ly/skyrimTrophyImageUri ).
- **UIImage img**: the actual image. That is, the bitmap.
- E.g.: 1A9A3826FB6B42C1B08824655A740620BC8E75F9.PNG
- **ResolutionType resolution**: the image resolution, which comes from an enumeration of this class called __"ResolutionType"__.
- E.g: SEN_75x41
*/
@interface NHOCCover : NSObject
結果:
私はこれらの指示に従っています(「カスタムリンクの説明」セクション)。
私も試しました:
- [Skyrimトロフィー画像URI](http://bit.ly/skyrimTrophyImageUri)(スペースなし)
- [Skyrimトロフィー画像URI](http://bit.ly/skyrimTrophyImageUri)(スペース付き)
たぶんXcodeはファイルを台無しにしていますか?2番目の関連する質問で、Xcodeがエディターで自動的にリンクを作成するのをブロックする方法があるかどうか知っていますか?(フォントの色を青に変更して下線を引くことを意味します)。
前もって感謝します。