Contents

?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

# 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
    // 스크린캡쳐후 처리
}


?

List of Articles
No. Category Subject Author Date Views
261 Database [mysql] 접속과 테이블 생성 간단한 설명.. hooni 2003.04.23 18655
260 Database [mysql] 중복데이터 삭제하는 초간단 쿼리 hooni 2017.11.22 3429
259 Database [mysql] 쿼리 로그 저장 매뉴얼 file hooni 2013.04.23 15216
258 Database [mysql] 쿼리 실행시 ERROR 1366 (HY000) : incorrect string value : for column 3 hooni 2017.03.30 8787
257 PPT [network] tcp/ip 설명 html파일 9장(ppt 포함) file hooni 2013.04.23 11650
256 Etc [NFC] 단말기와 서버 통신 내용 hooni 2013.11.12 11191
255 Develop [node.js] nodejs 기본 설치 hooni 2013.04.23 26255
254 Develop [node.js] 지금 하고 있는거.. file hooni 2013.04.23 26979
253 Develop [opengl] 컴퓨터 그래픽스 강의 자료(수업자료) file hooni 2003.04.23 20432
252 Database [oracle] Oracle 사용자 추가 절차 hooni 2019.11.22 621
251 Database [oracle] SQL문 실행 방법 3가지 file hooni 2013.12.19 12125
250 System/OS [owasp] 10대 웹어플리케이션 보안 취약 file hooni 2013.04.23 15908
Board Pagination Prev 1 ... 72 73 74 75 76 77 78 79 80 81 ... 98 Next
/ 98