plenty happening around percentages in hosted app stores at the moment, and this is certainly going to get Apple’s attention. I don’t expect it to prompt changes, but you never know.
Who knew that Quick Help worked on Xcode build settings just like it does with code? Thanks to Brian Croom for pointing this out!
I started reading this article from John Sundell asking myself how many tips and tricks there could be for something as simple as a playground? Turns out there’s lots! 👍
I linked to code to help detect captive WiFi portals a couple of weeks ago, but I didn’t know about this library from Ross Butler at the time. A much more comprehensive solution to the problem!
Aleksandar Vacić with a great post (and library) on how he has tried to integrated the coordinator pattern with UIKit. The library extends UIResponder
which gives it plenty of flexibility in use and the library is tiny, which is also a good sign. Worth checking out.
I remember when I learned Ruby there was a time where it seemed that every problem could be solved with method_missing
. 😂 I do fear we may go down that route with @dynamicCallable
and @dynamicMemberLookup
a little over the next year or so but I also quite liked this library from Saoud Rizwan though which gives JavaScript style access to JSON data.
How about also using it to call shell commands? Maybe not!
Result
is being made official in Swift 5. To celebrate, Paul Hudson has written up an article all about it! 🚀
I was trying to solve a problem that has been solved for decades.
macOS style menus aren’t going to be a good fit for most apps, in fact I’d say that they are only going to be useful in a tiny number of apps. Codea is one of them though, and that’s what Simeon Saëns writes about here. There’s also a part two and a code sample.
Linzi Berry with a fantastic article about where to position (x) buttons in modal popovers. You might think this is simple, but there’s more to think about than you might first imagine.
This looks really cool. Quickly put together a video that looks like it was made in After Effects, without needing to spend hours and hours in After Effects! 😂 Live footage from the phone can be included as you record too. It’s not yet available, but this looks great.
If you’re just getting started with iOS development this article from Axel Kee will be useful. In these days of six core CPUs inside our pocket computers it’s slightly less important to know about the performance reasons for cell reuse in table and collection views. It’s still important if you find yourself with weird behaviour though.
This is amazing… 📷