diff --git a/Presentations/2019/October/DiffableDataSources.pdf b/Presentations/2019/October/DiffableDataSources.pdf new file mode 100644 index 0000000..922332b Binary files /dev/null and b/Presentations/2019/October/DiffableDataSources.pdf differ diff --git a/Presentations/2019/October/October.md b/Presentations/2019/October/October.md new file mode 100644 index 0000000..94ffbc4 --- /dev/null +++ b/Presentations/2019/October/October.md @@ -0,0 +1,9 @@ +# October 🍂 + +## [Tibor Kántor (POSSIBLE) - A Reality(Kit) Show](Reality.pdf) + +An introduction to Apple’s new Augmented Reality rendering engine. I am going to show you what are RealityKit’s capabilities and strengths, how and when you should use it in your next AR project. I am also going to clarify some confusion around ARKit and RealityKit and share some experiences and practical advice using the new framework! + +## [Péter Krassay (AutSoft) - The overlooked feature of diffable data sources](DiffableDataSources.pdf) + +As this WWDC was dominated mainly by SwiftUI, it’s really easy to overlook some interesting new features in UIKit that helps us create safer implementation for table views and collection views: diffable data sources. In this talk I’m going to explain how it works, why should we use it and as a bonus I’m going to show a couple more overlooked iOS 13 API updates. diff --git a/Presentations/2019/October/Reality.pdf b/Presentations/2019/October/Reality.pdf new file mode 100644 index 0000000..a97ca28 Binary files /dev/null and b/Presentations/2019/October/Reality.pdf differ diff --git a/README.md b/README.md index f5391fc..4506e45 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ Talks are 20-30 minutes long, two at a time, one break between them. ## Past events +### 2019 + +- [x] [October](Presentations/2019/October/October.md) + ### 2018 - [x] [January](https://github.com/NSBudapest/NSBudapestMeetup/blob/master/Presentations/2018/January/January.md)