목록2024/05/17 (3)
투케이2K
[개발 환경 설정]개발 툴 : XCODE개발 언어 : OBJECTIVE-C [소스 코드] // ------------------------------------------------------------------------------// MARK: - [헤더 파일에 정의 없이 : void 메소드 구현]// ------------------------------------------------------------------------------- (void)testMain { [S_Log _D_WithC_:[NSString stringWithFormat:@"%s", __FILE__] M_:[NSString stringWithFormat:@"%s :: %d", __FUNCTI..
[개발 환경 설정]개발 툴 : XCODE개발 언어 : OBJECTIVE-C [소스 코드]// ------------------------------------------------------------------------------// MARK: - [헤더 파일에 정의 없이 : void 메소드 구현]// ------------------------------------------------------------------------------- (void)testMain { [S_Log _D_WithC_:[NSString stringWithFormat:@"%s", __FILE__] M_:[NSString stringWithFormat:@"%s :: %d", __FUNCTI..
[개발 환경 설정]개발 툴 : XCODE개발 언어 : OBJECTIVE-C [소스 코드] // [try catch 구문 정의 실시] @try { // --------------------------------------------- // [로직 처리 실시] // --------------------------------------------- //* dispatch_async(dispatch_get_main_queue(), ^{ // [프로젝트 내에 추가한 bundle 이미지 파일 지정] UIImage *uiImage = [UIImage imageNam..