19:05-19:10 | What’s new in image processing | たなたつ (田中 達也)様 ◆ヤフー |
19:15-19:20 | Hello Object Capture for iOS! | 森口 友也様 ◆ZOZO |
19:25-19:30 | Animate SF Symbols | 羽柴 彩月様 ◆LINE |
19:35-19:40 | Whatʼs new in privacy 2023 | 大塚 達也様 ◆ヤフー |
19:45-19:50 | The New Potential of Widgets | 山田 楓也様 ◆ZOZO |
19:55-20:00 | What’s new in Swift 5.9 | Hiraki様 ◆LINE |
20:00-20:10 | 休憩 | |
20:10-20:50 | Panel Discussion | 早石 明浩様 ◆LINE, 冨田 悠斗様 ◆ヤフー 永井 崇大様 ◆ZOZO, まつじ (松本淳之介)様 ◆LINE |
https://twitter.com/tanakasan2525 - twitter.com |
Discover how you can offer an end-to-end Object Capture experience directly in your iOS apps to help people turn their objects into... Meet Object Capture for iOS - WWDC23 - Videos - Apple Developer - Apple Developer |
At Apple, we believe that privacy is a fundamental human right. Learn about new technologies on Apple platforms that make it easier for... What’s new in privacy - WWDC23 - Videos - Apple Developer - Apple Developer |
The widget ecosystem is expanding: Discover how you can use the latest WidgetKit APIs to make your widget look great everywhere. We'll... Bring widgets to new places - WWDC23 - Videos - Apple Developer - Apple Developer |
let message =
switch httpStatusCode {
case 200..<300:
"success"
case 400..<600:
"other"
}
複数ステートメントはサポートされない let message = if 200..<300 ~= httpStatusCode {
let prefix = "suc"
let suffix = "cess"
prefix + suffix // NG
// return prefix + suffix // NG
}
func query<each Response>(_ item: repeat Request<each Response>) -> (repeat each Response)
引数の数には制限がないように書けます。 @CaseDetection
enum Path {
case relative(String)
case absolute(String)
// isRelative, isAbsoluteが使える!
}
他の関数を追加することもできる。struct FileDescriptor: ~Copytable {
private var fd: CInt
init(descriptor: CInt) { self.fd = descriptor }
func write(buffer: [UInt8]) throws {
let written = buffer.withUnsafeBufferPointer {
Darwin.write(fd, $0.baseAddress, $0.count)
}
// ...
}
consuming func close() {
Darwin.close(fd)
}
deinit {
Darwin.close(fd)
}
}
早石 明浩様 ◆LINE [冨田 悠斗](https://twitter.com/tommy__yj)様 ◆ヤフー [永井 崇大](https://twitter.com/na9ain)様 ◆ZOZO [まつじ (松本淳之介)](https://twitter.com/mtj_j)様 ◆LINE |
◆◇ワンナイト人狼ゲーム 公式オンラインアプリ◇◆あの有名なボードゲームの " 人狼ゲーム " が、オンラインゲームアプリとして無料で楽しめる!ワンナイト人狼オンラインは、人狼ゲームをもっと簡単に3人から遊べるようにした協力オンラインゲームアプリ。人狼ゲームの面白さがこのオンライン無料アプリにギュッとつまってます!友達を誘って協力するのも良し!1人で参加し、オンライン上で友達を探してもOKです!◆◇ワンナイト人狼オンラインアプリの特徴◇◆・脱落者なし・3人からでも遊べる・無料でゲームができる・少ない情... ワンナイト人狼オンライン 友達と推理する協力オンラインゲーム - App Store |
https://virapture.com - virapture.com |
ラグナロク株式会社では多くの会社のスマホアプリ開発のサポート業務・スマホアプリ内製化やチーム育成等を行っております。開発コンサル事業、開発チームでのタスク管理や工数管理、スクラム開発等の手法のアドバイスもしております。 ラグナロク株式会社 - ラグナロク株式会社 - Android iOSアプリ開発支援・チーム育成 |
こんにちは。virapture…