
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
【iOS】【Swift】画像を複数枚選択するライブラリ『ELCImagePickerController』を使う - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
【iOS】【Swift】画像を複数枚選択するライブラリ『ELCImagePickerController』を使う - Qiita
import UIKit class ViewController: UIViewController, ELCImagePickerControllerDelegate { @IBAction... import UIKit class ViewController: UIViewController, ELCImagePickerControllerDelegate { @IBAction func addButton(sender: AnyObject) { self.pickImages() } override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } override func didReceiveMemoryWarning() { super.didReceiveMemoryWarning() // Dispose of any resources that can be recreat