Explore >> Select a destination


You are here

www.highcaffeinecontent.com
| | www.neilmacy.co.uk
15.8 parsecs away

Travel
| | A really nice improvement to Previews, with a macro cleaning up the boilerplate, and parity between SwiftUI and UIKit.
| | www.iamsim.me
10.6 parsecs away

Travel
| | This will be the first in a - hopefully - long series of posts about building a UIKit app using The Composable Architecture, developed by Brandon Williams and Stephen Celis of PointFree.co fame. If you do not subscribe to Point-Free I highly suggest you take a look at some of the free episodes to get you started. If you'd like to sign up, here's a referral link that'll give me some credit!
| | benoitpasquier.com
12.1 parsecs away

Travel
| | A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit.
| | www.cs.cornell.edu
114.4 parsecs away

Travel
| I did some iOS programming recently (for an unknown reason). Using the new Swift language has made it evident the language is young-and, like a rebellious teenager, it conflicts with its much older framework counterpart, Cocoa. Here are two places where the disconnect is most stark, and where Swift should grow more sophisticated type-system features.