Explore >> Select a destination


You are here

gorban.org
| | www.cs.cornell.edu
5.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.
| | soff.es
4.6 parsecs away

Travel
| | Today, I tweeted the following code while I was working on Whiskey: It just checks to see if all of the characters in a string are all the same....
| | peanball.net
5.7 parsecs away

Travel
| |
| | swiftwithmajid.com
26.5 parsecs away

Travel
| The recent version of the SwiftUI framework introduces a trigger value pattern across its APIs. Trigger value allows us to attach a view modifier that runs its action whenever the trigger value changes. You can find this pattern while using sensory feedback or launching keyframe animation in SwiftUI. This week, we will learn how to build custom view modifiers using trigger value pattern.