Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
9 changes: 9 additions & 0 deletions Presentations/2019/October/October.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added Presentations/2019/October/Reality.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down