Notice
Recent Posts
Recent Comments
Link
목록CGRectMake (1)
투케이2K
88. (Objective-C/objc) CGRectMake 사용해 UILabel 라벨 컴포넌트 동적 생성 위치 설정 및 addSubview 뷰 컨트롤러에 추가
[개발 환경 설정] 개발 툴 : XCODE 개발 언어 : OBJECTIVE-C [소스 코드] // MARK: - [헤더 파일에 정의 없이 : void 메소드 구현] - (void)testMain { printf("\n"); printf("==================================== \n"); printf("[ViewController >> testMain() :: 테스트 메소드 수행] \n"); printf("==================================== \n"); printf("\n"); // [try catch 구문 정의 실시] @try { // [뷰 화면 사이즈 확인 실시] double deviceHeight = self.view.frame.size...
Objective-C
2022. 9. 22. 11:18