/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

stevemoser.org
| | www.cs.cornell.edu
4.2 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.
| | swiftrocks.com
4.2 parsecs away

Travel
| | The choice between using Storyboards and writing views programmatically is very subjetive. Having dealt with both in the past, I personally vouch for writing projects entirely through view code as it allows multiple people to work in the same class without nasty conflicts, and easier code reviews.
| | iphoneincubator.com
5.5 parsecs away

Travel
| | [AI summary] This post explains how to correctly set the iPhone status bar style to opaque black in code or via Info.plist, clarifying the difference between simulated Interface Builder settings and actual app behavior.
| | swiftui-lab.com
49.3 parsecs away

Travel
| When we double wrap SwiftUI views inside a Representables and a Hosting Views, we open the door to new possibilites of what can be achieved with SwiftUI.