I thought I’d do some more work on my Micro.blog iOS client this evening. So far it can only view the following sections:
Timeline
Mentions
Discover
Favourites
The code however, is probably the best I’ve ever written. I’ve kept it pretty generic, and it’s something that can definitely be expanded upon pretty quickly now.
What I worked on tonight, was the interface and some of the error handling for the initial login page. I want to support logging in by a Micro.blog username/password, but also by a direct app token.
It is at the minute, a strict Micro.blog client, because I don’t plan on developing a whole blogging application. However I will look into that decision in the future.
I’ve been getting annoyed recently with the amount of simulators I had installed in Xcode at work. But I’ve come across a really simple command that will fix this automatically.
I had 10.1, 10.2, 11.0. 11.1, and 11.2 installed, which I then reduced to just two of them. Then instead of painfully selecting and deleting each generated simulator, I just typed this:
fastlane snapshot reset_simulators
It uses Fastlane’s Snapshot tool, and what it does is delete all of your current simulators, and generate a set of new ones depening on the current SDKs you have installed.