Development
LaunchScreen.storyboard has suddenly not displaying
July 10, 2017 AppleDevelopmentiOSXcode
I had an encountered while debugging application on Xcode. when changing the TARGET -> General settings, after that LaunchScreen.storyboard could not displaying.
Blending two DNG Images by using Core Image
July 4, 2017 DevelopmentiOSSwift
iOS Core Image has many filters. It can be able to handle the DNG/RAW image file. Here is a sample code.
Blending two images by using GPUImage 2
June 30, 2017 DevelopmentiOSSwift
GPUImage is awesome framework and GPUImage 2 also great which adopted Swift 3. Here is a simple blending sample.
AWS Lex + Lambda + Facebook Messenger Bot Setup
May 20, 2017 AWSBotDevelopmentFacebookLambdaLex
Here is setup procedure of the AWS Lex with Lambda, Facebook Messenger. In this tutorial, using a BookTrip blueprint.
WARNING ITMS-90076
May 11, 2017 AppleDevelopmentiOSXcode
I got an error ITMS-90076 after upload has completed. In my case, cause is transfer. Nothing to do. When submit app, write a comment into the note.
Transfer App on iTunes connect. 2017
May 8, 2017 AppleDevelopmentiOS
Here is an instruction how transfer App on iTunes to another. Let get started.
Simple Calendar Sample for Swift 3 by using the JTAppleCalendar
April 18, 2017 DevelopmentiOSSwiftXcode
This article will introduce you how to create simple iOS App by using JTAppleCalendar.
Set Up jupyter notebook – Anaconda into AWS EC2 (Apr 2017 edition)
April 12, 2017 DevelopmentPython
Here is a step by step setup of the Anaconda procedures. As of Apr 2017.
How to create an account: Speech-To-Text (IBM® Bluemix®)
March 1, 2017 Development
The IBM® Watson Speech to Text service uses speech recognition capabilities to convert Arabic, English, Spanish, French, Brazilian Portuguese, Japanese, and Mandarin speech into text.
AVAudioEngine Reverb On/Off
November 3, 2016 DevelopmentiOSSwift
When AVAudioEngine Reverb.bypass set to the false, Audio-signal has been muted. Why? This is one of the alternative code. Part of reverb on/off Sample code is here