# WWDC 2016 振り返り勉強会で発表しました

*2016-06-22*

> 2016-06-22 有楽町にある FiNC さんで行われた WWDC 2016 の振り返り勉強会で Xcode Source Editor Extension と Swift Playground for iPad について発表してきました。

2016-06-22 有楽町にある FiNC さんで行われた [WWDC 2016 の振り返り勉強会]で発表してきました。

今回の WWDC で発表された新機能の中で気になったものを、発表直後に開発したプロトタイプのデモと、その中で行き詰まったところを Lab で質問してきた内容を共有しました。

<!--more-->

<script async class="speakerdeck-embed" data-id="8a29fbabded744a1bde3cf6acaab4e4f" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>

## Xcode Source Editor Extension

開発を始めるために必要な準備と、具体的な開発方法についての発表と、編集中のソースコードから [GitHub gist] を作成するデモを行いました。

関連ページ

- [WWDC 2016 - Session 414 - Using and Extending the Xcode Source Editor](https://developer.apple.com/videos/play/wwdc2016/414/)

## Swift Playgrounds for iPad

Playground Book の開発方法についての共有と、Arduino 互換 BLE ボード [Red Bear Lab Blend Micro] を [Swift Playgrounds for iPad] から扱うデモを行いました。

関連ページ

- [WWDC 2016 - Session 408 Introducing Swift Playgrounds](https://developer.apple.com/videos/play/wwdc2016/408/)
- [Playground Book Package Format](https://developer.apple.com/library/prerelease/content/documentation/Xcode/Conceptual/swift_playgrounds_doc_format/index.html)
- [Red Bear Lab Blend Micro]
- [Swift Playground for iPad で Bluetooth 機器の一覧を取得する](https://ja.ngs.io/2016/06/15/swift-playground-core-bluetooth/)

## プロトタイプの今後

今回デモを行ったプロトタイプは、まだ開発中のものなので、公開できるクオリティーになったら、順次このブログで公開・告知していこうと思います。

[WWDC 2016 の振り返り勉強会]: http://finc-swift.connpass.com/event/34010/
[Red Bear Lab Blend Micro]: http://redbearlab.com/blendmicro/
[Swift Playgrounds for iPad]: https://developer.apple.com/swift/playgrounds/
[GitHub gist]: https://help.github.com/articles/about-gists/


