- I’ve read from the likes of NSHipster that using NSLocalizedString is a sign of a quality code, and so I thought I’d try it out. Something the documentation didn’t make obvious to me was that it must be in a specially named Strings file.
- All new code I’m writing is in Swift 3, and I found myself needing a refresher on the changes to Grand Central Dispatch. Here’s a great overview on Medium.
- In my latest project I’ve decided to forgo using Cocoapods in favor of using Git submodules. Here’s an overview of how to do this with Xcode.
- I wanted a UIButton with an image that had an “aspect fit” content mode that was reflected in Interface Builder. Here’s a discussion from StackOverflow, though ultimately I went begrudgingly with a button and image route.
- More on UIPageViewController! I wanted a UIPageControl that I placed in Interface Builder, but I couldn’t work out how to achieve that with an IB-born UIPageViewController. Thankfully I found this solution!
- Now I needed to change the color of the dots in UIPageController, and here’s how I did it.