#ViewController.swift における、言わば、script における functionの連結。
import UIKit
import Avfoundation
class ViewController: UIViewController
のあと、Button Action の中や、
override func viewDidLoad(){
} 内に置いて。
から、
に、self.~の形で発進し、func ~(){} で受け取る
また、題材の
の形で、いずれのカッコの中にもおかず、class ViewControler : UIController の直下にセットしデクレアしておく。
二種類のNSArrayは、viewDidLoad(){} 内に置いて、item = ["url","url2","url3"]
songName = ["title1","title2","title3"]
として置き、counter = 0などとし、item[counter]、songName[counter]で取り出す。
More than 3 years have passed since last update.
Swift における、Object、Methodを連結、作成する方法、AVPlayer で、外部URLのファイルを再生する方法。
Posted at
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme