|
You are here |
stevemoser.org | ||
| | | | |
www.cs.cornell.edu
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | 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. | ||