• 내용으로 건너뛰기

GINS WIKI 긴스 위키

사용자 도구

  • 로그인

사이트 도구

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

string

검색

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

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

전체 텍스트 결과:

해본 방법
7 조회 수, 마지막으로 수정됨: 13개월 전
클래스. 키밸류 기능을 활성하기 위해 프로퍼티를 사용했다. @class NSMutableString; @interface ImageItem : NSObject { NSMutableString *postTitle; NSMutableString *imageTitle; NSMutableString *imageUrl; } @property(copy, readwrite) NSMutableString *postTitle; @proper
디렉토리 탐색하기
6 조회 수, 마지막으로 수정됨: 13개월 전
r] enumeratorAtPath:NSHomeDirectory()]; NSString *pname; while (pname = [direnum nextObject]) { if ([[pname pathExtension] isEqualToString:@"rtfd"]) { /* don’t enumerate this ... 복사하기 ===== <code objc> // someObject // NSMutableString *postTitle; @property/@synthesize 로 선언되어있다 // titleStr은 NSString 클래스임 [someObject setPostTitle:[titleStr mutableCo
ikimagebrowserview
6 조회 수, 마지막으로 수정됨: 13개월 전
item is simple, it has an NSImage object and an NSString that provides an ID for the item. Further down in... ee three required declarations: <code objc> - (NSString *) imageUID; - (NSString *) imageRepresentationType; - (id) imageRepresentation; </code> In order for th... hree required protocol methods: <code objc> - (NSString *) imageUID { return imageID; } - (NSString *) i
파일다운로드
2 조회 수, 마지막으로 수정됨: 13개월 전
[NSURLRequest requestWithURL:[NSURL URLWithString:CONFIG_SOURCE_URL_STRING] cachePolicy:NSURLRequestUseProtoc
폴더를 제어하는 클래스
1 조회 수, 마지막으로 수정됨: 13개월 전
====== 패스 스트링을 만들어가는 코드 ====== <code objc> NSString *filePath = // 처음에는 @"Downloads"만 있었는데, "/z"를
델리게이트에 대해서
1 조회 수, 마지막으로 수정됨: 13개월 전
(BOOL) respondsToSelector:(SEL)aSelector { NSString *methodName = NSStringFromSelector(aSelector);
Images
1 조회 수, 마지막으로 수정됨: 13개월 전
=== Creating NSImage Objects ===== <code objc> NSString* imageName = [[NSBundle mainBundle] pathForResour

문서 도구

  • 문서 보기
  • 이전 판
  • 역링크
  • 맨 위로
별도로 명시하지 않을 경우, 이 위키의 내용은 다음 라이선스에 따라 사용할 수 있습니다: 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