16 min
0
Core Audio Overview
Core Audio Overview Introduction Important: This document is no longer being updated. For the latest…
1 min
0
Objective-C에서 블록을 선언하는 방법
Objective-C에서 블록(block)은 C언어에서의 함수 포인터와 비슷한 역할을 합니다. 블록은 코드 덩어리를 캡슐화하고 나중에 실행될 수…
1 min
0
SRT opensource의 iOS용 빌드
오디오 방송 데이터 전송에 사용될 SRT opensource의 iOS용 빌드 과정 설명입니다. Step-by-step guide 미리 준비할…
3 min
0
iOS용 SRT 소스 빌드하기
Building SRT for iOS Prerequisites Xcode should be installed. Check in terminal whether xcode-select -p points to /Applications/Xcode.app/Contents/Developer…
1 min
0
[iOS] Xcode error – Command /usr/bin/codesign failed with exit code 1
Xcode 에러 Command /usr/bin/codesign failed with exit code 1 터미널에서 해당 프로젝트 경로로 이동…
1 min
0
안드로이드 앱에서 Google Custom Search 사용하기
API key 구하기 access https://console.developers.google.com/iam-admin/projects create new project add API Custom Search and enable it…
1 min
0
Single Codebase, Two Apps with Flutter and Firebase
Single Codebase, Two Apps with Flutter and Firebase https://flutter.io/ Flutter makes it easy and fast…
1 min
0
스크롤 관련 문제점
RecycleView에서 스크롤이 한번에 쑹 움직인다. 이유는? android:nestedScrollingEnabled="false" 스크롤이 이루어지는 뷰에서 화면이 상단이 먼저 보이지게 하려면…