목록Background (4)
투케이2K

[개발 환경 설정] 개발 툴 : XCODE 개발 언어 : OBJECTIVE-C [소스 코드] - (void)applicationDidBecomeActive:(UIApplication *)application { printf("\n"); printf("==================================== \n"); printf("[AppDelegate >> applicationDidBecomeActive() :: 앱 사용자 응답 준비 확인 실시] \n"); printf("==================================== \n"); printf("\n"); } - (void)applicationWillEnterForeground:(UIApplication *)applicati..

[개발 환경 설정] 개발 툴 : Edit++ 개발 언어 : html, css, js, jquery [소스 코드] [결과 출력]

/* =========================== */ [ 개발 환경 설정 ] 개발 툴 : Edit++ 개발 언어 : javascript /* =========================== */ /* =========================== */ [소스 코드] //backgroundImage 경로 확인 실시 var imageRoot = document.getElementById(id).style.backgroundImage; //backgroundImage 이미지 교체 실시 var imageUrl = "../assets/image/white_check_off.png"; document.getElementById(id).style.backgroundImage = "url('" + ..

/* =========================== */ [ 개발 환경 설정 ] 개발 툴 : Edit++ 개발 언어 : html, css, js, jquery /* =========================== */ /* =========================== */ [소스 코드] /* =========================== */ /* =========================== */ [결과 출력] /* =========================== */ /* =========================== */ [요약 설명] /* [요소 설명] 1. font-family : 폰트 표시 형태 스타일 지정 2. width : 가로 크기 지정 3. ..