Where there's a will,there's a way.

Swift初心者がダラダラ書いているブログです。

音を出す(AVFoundationを使用して) Swift3.0

AVFoundationを使用してあるボタンを押すと音を出すプログラム(Swift3.0) 以下プログラム記述 import UIKit // AVFoundationフレームワークをインポートする import AVFoundation class ViewController:UIViewController{ //音声を制御するための変数player…