본문 바로가기

Apple3

How to import C++ code into Swift C Library를 포함하여 Objective-C Framework 및 Objective-C 로 작성된 사용자 코드는 Swift에서 직접 import 가능하다. 반면, Apple Document에 기술된 바에 의하면 C++ 코드의 경우는 직접 import가 불가하고 Objective-C 또는 C Wrapper를 생성하여 사용해야 한다. You cannot import C++ code directly into Swift. Instead, create an Objective-C or C wrapper for C++ code. Import Objective-C From Swift Swift는 Header가 없는 단일 파일로 아래 그림에서 보듯이 Framework이 아닌 일반적인 App 프로젝트에서는 bridg.. 2014. 7. 6.
애플의 아마존 링크 eBook 승인 거절에 대한 단상 들어가며 애플 iBookStore 에서 Seth Godin 작가의 Stop Selling Dreams eBook 을 참고문헌 도서에 아마존 링크가 걸려 있다는 이유로 승인 거절하였다고 한다. 작가의 기고글을 보면 애플의 행태에 대한 황당함과 어이없음을 베스트셀러 작가답게 우아하게 드러냈다. I just found out that Apple is rejecting my new manifesto Stop Stealing Dreams and won’t carry it in their store because inside the manifesto are links to buy the books I mention in the bibliography. Quoting here from their note to me,.. 2012. 3. 4.
[iOS] Audio Coding How-To's (From developer.apple.com) Referenced from Audio & Video Coding How-To's Translated by metalkin Audio Recording 내장 마이크로부터 오디오 녹음 Audio Queue Services (AudioToolbox/AudioQueue.h) 와 Audio File Services (AudioToolbox/AudioFile.h) 의 인터페이스를 사용. 상세 내용과 샘플코드는 Audio Queue Services Programming Guide 참고. 헤드폰 마이크로부터 오디오 녹음 사용자가 마이크 내장된 헤드폰을 디바이스에 꽂을 경우, 디바이스 시스템이 자동으로 내장 마이크 대신 헤드폰 마이크의 음성을 사용. 녹음 입력 레벨 조정 iPhone OS는 고정된 녹음 입력 레벨을 사.. 2011. 10. 26.