Tags : Swift 3.0
How to record simultaneously microphone and player with AVAudioEngine, Swift 3.0
March 13, 2017 iOSPrototypingSwift
For instance, like Karaoke. In case of synchronized recording and playing audio. It is possible to realized by using AVAudioEngine. All source code is here. By using mixer node, you can add more inputs. Customize it yourself. Enjoy. Check it out.
Use case of the Static Cell with Swift 3.0
October 20, 2016 DevelopmentiOSPrototypingSwiftXcode
Easy to create if you use Static Cell. Also It can include UISwitch and UISegmentedControl and so on. This is sample for memorandum.
CoreData with Swift3.0
September 21, 2016 DevelopmentiOSPrototypingSwiftXcode
I’m doing feasibility study for iPad application these day. Before to do so, changed my environment to the Xcode 8 with Swift 3.0.