조회 수 1559 추천 수 0 댓글 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] 키보드 아스키코드(ASCII) 코드보기

  3. [js] 툴팁.. 좋은거.. (tooltip)

  4. [js] 파이어폭스(Firefox;F/F)에서 outerHTML 작동하도록 만든 메소드

  5. [js] 폼(form) 전송시 중복 클릭 방지 간단한 구문

  6. [js] 한글문서로 된 259가지 자바스크립트 예제파일

  7. [js] 한글주소(URL) 인코딩(encode, Encoding), 자바스크립트(JavaScript)

  8. [js] 핫키(단축키) 구현방법

  9. [js] 후리자(영규) 스타일들..

  10. [js]모바일 웹에서 orientationchange

  11. [kotlin] 코틀린 안드로이드 앱 버전/빌드 정보

  12. [lego] 세그웨이 이것만 볼것.. ㅎㅎ

  13. [linux] CentOS Apache 웹서버에 HTTPS 적용

  14. [linux] crond 사용법.. ㅋㅋ

  15. [linux] tar 명령어 뽀개기.. ㅋㅋ

  16. [linux] 날짜나 파일의 내용으로 검색하는 방법(find 명령 사용)

Board Pagination Prev 1 ... 42 43 44 45 46 ... 53 Next
/ 53