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

?

  1. [js] AngularJS를 소개합니다.

    Date2014.01.06 CategoryDevelop Byhooni Views13014
    Read More
  2. [용어] POC, Pilot, BMT에 대한 IT 업계에서 통용되는 의미

    Date2014.01.02 CategoryEtc Byhooni Views41951
    Read More
  3. [php] 하루 전 날짜 쉽게 구하기.

    Date2013.12.25 CategoryDevelop Byhooni Views12200
    Read More
  4. [php] GregorianToJD(), JDToGregorian() 함수 내용

    Date2013.12.25 CategoryDevelop Byhooni Views10593
    Read More
  5. [linux] root 전환시 패스워드 없이 su 사용하기

    Date2013.12.22 CategorySystem/OS Byhooni Views12685
    Read More
  6. [linux] CentOS 터미널 언어 설정(한글/영어)

    Date2013.12.22 CategorySystem/OS Byhooni Views18513
    Read More
  7. [js] jQuery plugin 요약

    Date2013.12.20 CategoryDevelop Byhooni Views10700
    Read More
  8. [css] z-index에 설정할 수 있는 최대값?

    Date2013.12.20 CategoryDevelop Byhooni Views14705
    Read More
  9. [oracle] SQL문 실행 방법 3가지

    Date2013.12.19 CategoryDatabase Byhooni Views12123
    Read More
  10. CentOS 6.5 USB 설치

    Date2013.12.18 CategorySystem/OS Byhooni Views37676
    Read More
  11. [js] 이벤트 전파 3단계

    Date2013.12.18 CategoryDevelop Byhooni Views9962
    Read More
  12. [js] jQuery 치트 시트

    Date2013.12.18 CategoryDevelop Byhooni Views36253
    Read More
  13. [js] 순환참조에 의한 메모리 누수 관련

    Date2013.12.17 CategoryDevelop Byhooni Views10844
    Read More
  14. [js] jQjuery $ 활용

    Date2013.12.17 CategoryDevelop Byhooni Views8874
    Read More
  15. [js] jQuery 충돌 회피

    Date2013.12.17 CategoryDevelop Byhooni Views38313
    Read More
  16. [js] 객체 머지..

    Date2013.12.17 CategoryDevelop Byhooni Views8963
    Read More
Board Pagination Prev 1 ... 20 21 22 23 24 ... 74 Next
/ 74