Apple has spent effort to bring Swift-NIO to iOS/tvOS. It is Swift-NIO transport services. This new extension is official unleashed in mid 2019. Any developers are freely to use it in their own project with free of risks. What is in Swift-NIO transport services?
Category: XCode
[iOS] Explore Youtube app layout structure
Learn from a book is good, but learn from the success model is even better. Youtube iOS app is one of the well-implemented apps. In order to study the app, I use a tool called Reveal App to help retrieve the views hierarchy. This took me many days for the first setup. However, what I eventually have discovered is worthy. Ok, let's see what is in the mystery box.
Compile Swift for Raspberry Pi by Visual Studio Code
Visual Studio Code is free, simple and lightweight editor. It's available on Window, Mac and Linux. In this post, I will help you guys config Visual Studio Code to compile Swift for Raspberry Pi.
Compile Swift for Raspberry Pi by XCode
In order to develop a complex Raspberry Pi project. The best way to go is getting XCode handshaking with Rasberry Pi. That is amazing for guys who use a MAC. We're able take advantage of XCode, make development more productivity, convenient and more fun.
Keep the watch app away from Release Build
WatchOS app is an extension, it doesn't stand alone. It basically needs a host app. The WatchOS project usually is a sub-project which eventually its product will be attached to the main app. But XCode doesn’t give us an option to keep the extension out for Release Build. I’m going to write a tutorial to handle this situation.