wantedly / ios_night

Let's talk about iOS development -- iOS Night ๐Ÿ“ฑ๐ŸŒ™ You might apply to this meetup from
https://www.wantedly.com/companies/wantedly/projects
18 stars 0 forks source link

2019/08/06 19:30~20:30 #61

Closed ShotaKashihara closed 4 years ago

ShotaKashihara commented 4 years ago

Why

Where

Pearl Jam (Subject to change)

5F, MG Shirokanedai Building (Wantedly, Inc. Tokyo HQ)

Who

You are working for Wantedly? Sure, you can join anytime. If not, you need to contact us first. Or, you can "want to visit" the meetup, which you can find in www.wantedly.com/companies/wantedly/projects.

What

You write topics like below contents and we talk about these on the meetup. Every participant needs to write one topic at least.

Also, you can find new topics from the newsletters:

How

ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใƒปใƒปใƒป

ๅ‚ๅŠ ่€…ใฏ้–‹ๅ‚ฌใพใงใซ่ฉฑใ—ใŸใ„ใ“ใจใ‚’ๅฐ‘ใชใใจใ‚‚1ใƒˆใƒ”ใƒƒใ‚ฏใ‚’ใ‚ณใƒกใƒณใƒˆใ—ใพใ—ใ‚‡ใ†ใ€‚ ใƒใ‚ฟ่ขซใ‚Šใ‚’้ฟใ‘ใ‚‹ใŸใ‚ใซใ€ใพใšใฏใ‚ฟใ‚คใƒˆใƒซใ ใ‘ใงใ‚ณใƒกใƒณใƒˆใ™ใ‚‹ใ“ใจใ‚’ๆŽจๅฅจใ—ใพใ™ใ€‚ ใ‚ˆใ‚Šๅคšใใฎๅญฆใณใ‚’ๅพ—ใ‚‹ใŸใ‚ใซใฉใ‚“ใชๅ†…ๅฎนใงใ‚‚ใ‚ขใ‚ฆใƒˆใƒ—ใƒƒใƒˆใ‚’ๆญ“่ฟŽใ—ใพใ™๏ผ๐Ÿ˜Š

cc/ @wantedly/ios

Edit this template

Previous issue

https://github.com/wantedly/ios_night/issues/60

ngtk commented 4 years ago

ไฝœๆˆใ‚ใ‚ŠใŒใจใ†ใ”ใ–ใ„ใพใ™๏ผ

ngtk commented 4 years ago

่‡ชๅˆ†ใŸใกใŒๆ›ธใ„ใฆใ„ใ‚‹ๆœฌใ‚’ใƒใƒฉ่ฆ‹ใ›ใ™ใ‚‹ไผšใซใ—ใพใ—ใ‚‡ใ†ใ€‚ไป–ใซใƒˆใƒ”ใƒƒใ‚ฏใŒใ‚ใ‚Œใฐใ‚ณใƒกใƒณใƒˆใใ ใ•ใ„๏ผ

ShotaKashihara commented 4 years ago

ไปŠๆ—ฅใฏ @khhk10 ใจ @Henrybsbhp ใŒๅ‚ๅŠ ใ—ใฆใใ‚Œใพใ—ใŸ๏ผ Welcome!

ShotaKashihara commented 4 years ago

Xcode 11 beta 5 ใงใฎๅค‰ๆ›ด็‚น

- final class UserData: BindableObject {
-     let willChange = PassthroughSubject<Void, Never>()
-     
-     var showFavoritesOnly = false {
-         willSet {
-             willChange.send()
-         }
-     }
- 
-     var landmarks = landmarkData {
-         willSet {
-             willChange.send()
-         }
-     }
+ final class UserData: ObservableObject {
+     @Published var showFavoritesOnly = false
+     @Published var landmarks = landmarkData
  }

https://qiita.com/zizi4n5/items/be9d655da79cd3dcec2a#landmarksmodelsuserdataswift

ShotaKashihara commented 4 years ago

ใƒชใ‚ฝใƒผใ‚น

๐ŸŽฅ WWDC19 Videos

https://developer.apple.com/videos/

SwiftUI

Combine