Contents

조회 수 1561 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

# Objective-C

// Objective-C
NSOperationQueue *mainQueue = [NSOperationQueue mainQueue];
[[NSNotificationCenter defaultCenter]
    addObserverForName:UIApplicationUserDidTakeScreenshotNotification
    object:nil
    queue:mainQueue
    usingBlock:^(NSNotification *notification) {
        // 스크린캡쳐후 처리
    }];

# Swift

// Swift
let mainQueue = NSOperationQueue.mainQueue()
NSNotificationCenter.defaultCenter().addObserverForName(
    UIApplicationUserDidTakeScreenshotNotification,
    object: nil,
    queue: mainQueue)
{
    notification in
    // 스크린캡쳐후 처리
}


?

  1. [js] 자바스크립트 이벤트 핸들..

  2. [js] 자바스크립트 메뉴얼 사이트.. ㅋㅋ

  3. [js] 자바스크립트 escape()를 PHP로 받기

  4. [js] 인터넷 주소(URL) 인코딩 ㅋㅋ

  5. [js] 이벤트 핸들러(Event Handlers)

  6. [js] 이벤트 전파 3단계

  7. [js] 이미지 사이즈를 동적으로 조절..

  8. [js] 이미지 미리 로딩하기

  9. [js] 윤동이가 만든 영어 학습(?) 프로그램

  10. [js] 윈도우 시작버튼처럼 나오는 메뉴

  11. [js] 웹페이지에서 특정 엘리먼트 드래그, 복사, 컨텍스트메뉴, 키보드 막기

  12. [js] 여러가지 트리(tree) 모음.. ㅋㅋ

Board Pagination Prev 1 ... 32 33 34 35 36 37 38 39 40 41 ... 98 Next
/ 98