Explore >> Select a destination


You are here

mjtsai.com
| | www.cocoawithlove.com
7.9 parsecs away

Travel
| | In this article, I'll look at a little theory and history behind the primary application design pattern used in Cocoa. I'll discuss the key shortcoming of Cocoa's Model-View-Controller approach, Apple's aborted efforts to address this shortcoming and wonder from where the next major improvements will come.
| | iosapptemplates.com
3.5 parsecs away

Travel
| | SwiftUI is the modern way of building user interfaces across all Apple platforms. In this tutorial, we are going to learn how to create a chat app in SwiftUI. There are a lot of interesting Read more...
| | swiftwithmajid.com
5.2 parsecs away

Travel
| | That is WWDC week: everybody is so excited about so many new things like SwiftUI, Dark Mode, updateable Core ML models, etc. I will try to cover all the new stuff during the upcoming weeks. Let's start with SwiftUI. SwiftUI is an entirely new approach to building apps for the Apple ecosystem.
| | scastiel.dev
58.2 parsecs away

Travel
| Redux is an awesome library to handle the state of big applications, React or not. But when you think about it, the basic features of Redux can be implemented in very few lines of code. Let's see how.