• 내용으로 건너뛰기

GINS WIKI 긴스 위키

사용자 도구

  • 로그인

사이트 도구

  • 최근 바뀜
  • 미디어 관리자
  • 사이트맵
현재 위치: 긴스위키 GINS wiki » object
추적:

object

검색

아래에서 검색 결과를 찾을 수 있습니다.

Contains
  • 정확히 일치
  • 시작
  • 끝
  • Contains
@language:cocoa
  • 모든 네임스페이스
Any time
  • Any time
  • 저번 주
  • 저번 달
  • 저번 년도
조회수로 정렬
  • 조회수로 정렬
  • Sort by last modified

전체 텍스트 결과:

ikimagebrowserview
15 조회 수, 마지막으로 수정됨: 13개월 전
e an NSMutableArray so that we can simply load up objects into it. Next we take care of some configuration... wserView. I'll discuss this more below). Display Objects Now that we have this setup we need to have a w... rowserItem. The item is simple, it has an NSImage object and an NSString that provides an ID for the item.... ) imageRepresentation; </code> In order for this object to conform to the informal protocol, these three
Images
9 조회 수, 마지막으로 수정됨: 13개월 전
entation Is Chosen ==== When you tell an NSImage object to draw itself, it searches its list of image rep... single representation—for example, if the NSImage object has two color TIFF representations with the same ... st send a setDataRetained: message to the NSImage object. Preferably, you should send this message immediately after creating the image object. If you send the message after rendering the imag
해본 방법
4 조회 수, 마지막으로 수정됨: 13개월 전
rray Controller를 닙뷰에 추가 <code> Library > Cocoa > Objects & Controllers >> Array Controller </code> AppCo... 있음 <code> // header @interface AppController : NSObject { NSMutableArray *webImageList; } @end // code... @class NSMutableString; @interface ImageItem : NSObject { NSMutableString *postTitle; NSMutableString *... Array Controller Attributes 선택하고 Inspector 화면에서 Object Controller 섹션에 * Mode : class * Class Na
디렉토리 탐색하기
3 조회 수, 마지막으로 수정됨: 13개월 전
()]; NSString *pname; while (pname = [direnum nextObject]) { if ([[pname pathExtension] isEqualToStrin... NSMutableString으로 복사하기 ===== <code objc> // someObject // NSMutableString *postTitle; @property/@synthesize 로 선언되어있다 // titleStr은 NSString 클래스임 [someObject setPostTitle:[titleStr mutableCopy]]; // ! mutabl
델리게이트에 대해서
3 조회 수, 마지막으로 수정됨: 13개월 전
[B setDeletgate:self] 또는 [B setDelegate:someObject] 로 코드를 추가한다. ====== 델리게이트는 어떻게 쓰는건가? ====== A ... ort <Cocoa/Cocoa.h> @interface AppController : NSObject { // IBOutlet NSWindow* mainWindow; } - (id)... end </code> ====== 델리게이트는 어떻게 동작하는 건가? ====== NSObject에서 상속된 모든 클래스는 - (BOOL) respondsToSelector:(SE
궁금한것
2 조회 수, 마지막으로 수정됨: 13개월 전
e : returns of the name of notification :?: * object : returns associated object :?: * userInfo : receivers's user information directory :?:
파일다운로드
2 조회 수, 마지막으로 수정됨: 13개월 전
WithError: and downloadDidFinish: methods. <code objectivec> - (void)startDownloadingURL:sender { // ... ocalizedDescription], [[error userInfo] objectForKey:NSErrorFailingURLStringKey]); } - (void)d

문서 도구

  • 문서 보기
  • 이전 판
  • 역링크
  • 맨 위로
별도로 명시하지 않을 경우, 이 위키의 내용은 다음 라이선스에 따라 사용할 수 있습니다: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki