Federico Viticci

10865 posts on MacStories since April 2009

Federico is the founder and Editor-in-Chief of MacStories, where he writes about Apple with a focus on apps, developers, iPad, and iOS productivity. He founded MacStories in April 2009 and has been writing about Apple since. Federico is also the co-host of AppStories, a weekly podcast exploring the world of apps, Unwind, a fun exploration of media and more, and NPC: Next Portable Console, a show about portable gaming and the handheld revolution.

Bjango Releases Skala Color, Free Color Picker For OS X

Skala for Mac isn’t ready for its public debut yet, but Bjango, makers of Skala Preview and iStat, have today released Skala Color, a free plugin for the OS X Color Picker that comes with useful options for designers and developers and that offers a glimpse of features that will be included in the final Skala app.

Skala Color is a standard OS X color picker, so it works with most Mac apps. Skala Color is free, to help spread the word about Skala, our upcoming design tool.

Once installed, Skala Color adds a special color picker tab to the system-wide OS X color panel, which has supported a plugin architecture for years now (notable examples include Panic’s Developer Color Picker and Jesper’s Hex Color Picker). Skala Color combines a traditional color picker UI with sliders for opacity and 4x precision hue. The hex code of the color you’re currently previewing is available in the middle of the window with a button to quickly copy it in the clipboard; if you already have a color code in the clipboard, Skala Color will automatically recognize it and let you preview it in the picker with the click of a button.

With Skala, Bjango wants to build a “precise user interface and icon design tool”, and today’s Skala Color provides a sneak peek at the development and design-oriented options that will likely be part of the final product. Color codes can be displayed in standard hex, but you can also use Float and CSS RGB/RGBA/HSVA/HSL, as well as NSColor and UIColor formats – Bjango wants to offer options for web, iOS, OS X, and Android developers, so whether you need to pick colors for an iPhone app or a website, Skala Color will come in handy.

Skala Color is available for free from Bjango’s website; you can check out Skala’s teaser page here.


Editorial 1.1 Teaser

In post published yesterday on the Editorial forums, developer Ole Zorn shared more details on Editorial 1.1, announcing some features he’s been working on for the update, such as the ui module, which will allow users to create custom interfaces inside Editorial:

It’s not just a module, there’s also an integrated visual editor for setting things up without code, and in Editorial there’s also a way to build UIs around workflows, without having to write Python at all (though you can also mix and match). Before you get the wrong idea: This is in no way a complete wrapper around UIKit or some kind of Cocoa bridge, so you won’t be able to do a all the things you could do in a native app, but it provides a (hopefully) easy-to-use and pythonic way to create UIs that look and feel “at home” on iOS, and it’s possible do some relatively advanced stuff with custom drawing and touch handling.

For Editorial, I tend to think of this as a “plugin” interface that allows the creation of workflows that are nearly indistinguishable from native features. Obviously, this won’t be for everyone, and there will definitely be a learning curve, but given what I’ve seen this community come up with, I’m pretty confident that it will enable some people to really push the limits of iOS text automation (and others to reap the rewards via shared workflows).

I can’t stress this enough – the new module fundamentally reinvents the way you can build visual workflows in Editorial, and I can’t wait to share more about the workflows I’ve been working on.

Make sure to check out Ole’s post for screenshots of Editorial 1.1 on the iPad and iPhone.

Permalink

Apple Is Not Here To Entertain You

Jason Snell offers a great take on the tech press’ obsession with an Apple iWatch:

So in the end, why do we want Apple to make an iWatch? Because it’s fun to see new products from Apple. Because we want to try one out and see if we like it. Because we like to buy new gadgets. Because we want to complain about how Apple got it wrong. Or because we’re residents of the financial sector and see everything in the context of growth, like a predator that can’t see the prey standing still right in front of it.

Permalink

Brilliant UI Details In Carousel

Even more ingenious is the way Carousel surfaces photos it thinks you’re most likely to want to see. To start, the app scans every photograph in your collection for human faces. Based on the qualities of the mugs it detects, it assigns each picture a “smile score.” The one with the highest ranking for a given event is displayed with a double-size thumbnail, serving as a sort of hero shot for that subset of pics.

Wired’s Kyle Vanhemert talked to Gentry Underwood about some of the UI details in Carousel – as I wrote, there are some fantastic touches in the app. The way thumbnails are generated and deployed is quite clever.

Permalink

Screens 3 for Mac Review

Since 2010, I’ve been using Edovia’s Screens for all my VNC needs: an elegant client with a polished interface and just the right amount of options, I’ve always been a fan of Edovia’s focus on elegance and simplicity combined with touch controls.

The iOS app has changed quite a bit over the years: notably, with iOS 7 Edovia took the opportunity to completely redesign Screens with a cleaner UI and updated gestures, adding on-disconnect actions, hot corners, and trackpad mode with subsequent updates that continued to strike a good balance between feature additions and intuitiveness. I don’t need to access dozens of Macs remotely every day – I only log into my local MacBook Air (when I’m in bed or in another room) and my remote Mac mini – but I know that Screens for iOS has everything I need.

Screens 3 is Edovia’s latest update to their Mac client, originally released in 2011. A free update for existing Screens 2 customers, Screens 3 is available both on Edovia’s website and the Mac App Store at $34.99, but only the Mac App Store version can offer iCloud sync across devices; because of this limitation, I recommend buying Screens from the Mac App Store.

Read more



Xcode Plugins

Indeed, significant progress has been made in recent years to break open the developer workflow, from alternative IDEs like AppCode to build tools like CocoaPods, xctool and nomad. However, the notion that Xcode itself could be customized and extended by mere mortals is extremely recent, and just now starting to pick up steam.

Xcode has had a plugin architecture going back to when Interface Builder was its own separate app. However, this system was relatively obscure, undocumented, and not widely used by third parties. Despite this, developers like Delisa Mason and Marin Usalj have done incredible work creating a stable and vibrant ecosystem of third-party Xcode extensions.

If you’re an iOS or OS X developer and have been looking for ways to customize Xcode, Mattt Thompson has a great roundup of Xcode plugins. I had no idea it was possible to add a Sublime Text-like mini map to the app.

Permalink

The Prompt T-Shirts

If you listen to The Prompt and you’ve ever wished you could express your appreciation for the show in a very visible way, well, we now have t-shirts.

We’re excited to announce the world’s greatest t-shirt. With a two-sided color design and printed on black, it celebrates the culture surrounding Apple and a community that’s bigger than any country or accent. We’ve been testing the design for a while now, and we really like it.

All orders and shipping are being handled by Teespring, so there’s no doubt about the quality of the product and the service. The best part? They’ll be at your door well in time to pack for WWDC.

Get yours on Teespring today, and you’ll have it by WWDC.

Permalink

Asking Users For iOS Permissions

Brenden Mulligan has an interesting post on various ways to ask users for permissions to access photos, contacts, and notifications on iOS. Brenden and his team experimented with different user flows and designs for Cluster, and what they ended up using seems like a good balance to me: there are multiple dialogs, but they’re often contextual and they explain to the user how data will be accessed before making a decision.

The “trick” of showing a custom permission dialog before the real iOS one seems to be a common trend these days – I’ve seen it in Facebook Messenger and other apps, and the general idea is that the user will be prepared when iOS will pop up the permission dialog to grant access to private data. There are many ways to approach this problem (dialogs integrated with welcome tutorials, custom dialogs with screenshots, etc), but I agree that making permission-granting contextual to a user-initiated action is much better than a deluge of permission dialogs on an app’s first launch.

Permalink