Showing posts with label demo video. Show all posts
Showing posts with label demo video. Show all posts

Monday, June 29, 2015

Visual Attributed String Label Maker™ Demo Video!

Here is a quick demo video of Label Maker™ in action. Label Maker™ is a tool that was introduced in version 1.4 of Visual Attributed String. When you generate attributed string code, you can see a checkbox that says "embed in label" in the user interface of Visual Attributed String. When you select that checkbox, you are able to automatically generate code that creates a NSTextField for OS X apps and a UILabel for iOS apps.

Friday, March 20, 2015

Tutorial: Putting Together an iOS User Interface with Visual Attributed String in Swift!

In this tutorial, I put together an iOS application's user interface in less than 10 minutes with the help of Visual Attributed String! This tutorial uses the exact same interface we created in this previous tutorial: Visual Attributed String Tutorial: Putting Together an iOS User Interface In Less Than 20 Minutes. The difference is, we use Swift in this updated tutorial video (the last tutorial was in Objective-C) and we also use Interface Builder (in the last tutorial we created the view hierarchy programmatically).

If you already watch the previous tutorial, you can skip up to 2:20 (as designing the user interface portion of the video is exactly the same as the last video). Check it out!


Saturday, March 14, 2015

Visual Attributed String Version 1.2 Update Released on the Mac App Store! What's New? An OS X Action Extension!

Version 1.2 of Visual Attributed String has been released on the Mac App Store! This update introduces the brand new Visual Attributed String action extension on OS X Yosemite! Check out the video to see this new feature in action!

Wednesday, February 25, 2015

Visual Attributed String Tutorial: Putting Together an iOS User Interface In Less Than 20 Minutes

In this tutorial I put together a simple application's user interface in less than 20 minutes using the Visual Attributed String Mac application. This tutorial video was taken prior to the release of Visual Attributed String and is done in Objective-C. Visual Attributed String also supports Swift as well!

Friday, February 13, 2015

Visual Attributed String Brain Test!

So, we thought it'd be fun to put Visual Attributed String's code generating abilities to the test! In this video, we paste a large body of syntax highlighted text from Xcode into a Visual Attributed String document. Then, we generate the attributed string code and use it in an iOS application inside of a UITextView! Was Visual Attributed String smart enough to display the text properly? Check out the video!