Notice
Recent Posts
Recent Comments
Link
목록readBundleTextFile (1)
투케이2K
133. (swift/xcode) [유틸 파일] readBundleTextFile (Bundle.main.path) - 프로젝트에 추가된 텍스트 파일 읽기 수행
[개발 환경 설정] 개발 툴 : XCODE 개발 언어 : SWIFT [소스 코드] // MARK: - [프로젝트에 추가된 텍스트 파일 읽기 수행 : Bundle.main.path] func readBundleTextFile(path:String) -> String { /* // ----------------------------------------- [readBundleTextFile 메소드 설명] // ----------------------------------------- 1. 프로젝트에 추가된 텍스트 파일 읽기 수행 : Bundle.main.path // ----------------------------------------- 2. 호출 방법 : C_Util().readBundleT..
Swift
2022. 11. 21. 09:28