Explore >> Select a destination


You are here

atomicbird.com
| | sintraworks.github.io
21.0 parsecs away

Travel
| | After the previous post, and despite the positive feedback, I wasn't quite satisfied yet with the result and felt the code could do with some improvement. As I looked again at the NSLayoutAnchor header, I realised I had left out a bit of functionality. I also wanted to see if I could manage one more simplification. The end result is that, after some refactoring, the API surface has been slightly reduced, and, while the code has gained a few lines, it is more correct and more flexible.
| | osinski.dev
12.9 parsecs away

Travel
| |
| | kenb.us
16.3 parsecs away

Travel
| | The UISegmentedControl provided by UIKit is a ubiquitous control. However, when it comes to customizing this control, it can get pretty tricky. So I'm going to try to explain how this widget ...
| | ashishkakkad.com
100.1 parsecs away

Travel
| SwiftUI announced in WWDC 2019. It's an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. In previous blog I have shared some references from apple documents. We will learn it by examples. First of all let's start with simple UI. Create New Project Create new project ... Read more