|
You are here |
osinski.dev | ||
| | | | |
sintraworks.github.io
|
|
| | | | | 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. | |
| | | | |
williamboles.com
|
|
| | | | | UIAlertController alerts form the backbone of a lot of the interactions between our users and our apps. While there have been some changes to alerts over the years, very little has changed about their appearance or our ability to customise that appearance - this causes for app designers pain ?? | |
| | | | |
noahgilmore.com
|
|
| | | | | It's been a year since SwiftUI was released, and many iOS developers who are lucky to only support the two most current iOS versions will soon be able to start writing SwiftUI in their production apps. There are clear benefits to using SwiftUI (I could probably devote a whole post to them), so the question I've been thinking about is: where to start? | |
| | | | |
syntackle.com
|
|
| | | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly. | ||