Views 1556 Votes 0 Comment 0
?

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
837 Develop [js] AngularJS를 소개합니다. file hooni 2014.01.06 13014
836 Etc [용어] POC, Pilot, BMT에 대한 IT 업계에서 통용되는 의미 hooni 2014.01.02 41957
835 Develop [php] 하루 전 날짜 쉽게 구하기. hooni 2013.12.25 12208
834 Develop [php] GregorianToJD(), JDToGregorian() 함수 내용 hooni 2013.12.25 10593
833 System/OS [linux] root 전환시 패스워드 없이 su 사용하기 hooni 2013.12.22 12685
832 System/OS [linux] CentOS 터미널 언어 설정(한글/영어) hooni 2013.12.22 18514
831 Develop [js] jQuery plugin 요약 hooni 2013.12.20 10700
830 Develop [css] z-index에 설정할 수 있는 최대값? hooni 2013.12.20 14708
829 Database [oracle] SQL문 실행 방법 3가지 file hooni 2013.12.19 12123
828 System/OS CentOS 6.5 USB 설치 6 file hooni 2013.12.18 37676
827 Develop [js] 이벤트 전파 3단계 hooni 2013.12.18 9962
826 Develop [js] jQuery 치트 시트 hooni 2013.12.18 36253
825 Develop [js] 순환참조에 의한 메모리 누수 관련 file hooni 2013.12.17 10844
824 Develop [js] jQjuery $ 활용 hooni 2013.12.17 8874
823 Develop [js] jQuery 충돌 회피 hooni 2013.12.17 38313
822 Develop [js] 객체 머지.. hooni 2013.12.17 8963
Board Pagination Prev 1 ... 20 21 22 23 24 ... 74 Next
/ 74