From be573c5a883bdeeadcf14e45128b7e791acf1990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Ben=C4=8Devi=C4=87?= Date: Sat, 8 Sep 2018 17:08:47 +0200 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2df4463 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# iOS chat tutorial: Building A Realtime Messaging App + +These are the project files for the [Scaledrone iOS chat tutorial](https://www.scaledrone.com/blog/posts/ios-chat-tutorial). + +To run this example make sure to replace `YOUR-CHANNEL-ID` in [`ChatService.swift`](https://github.com/ScaleDrone/ios-chat-tutorial/blob/master/ScaledroneChat/ChatService.swift). + +This project works with Xcode 10 and Swift 4.2.