Discover Action Utilities
Thank you for trying our Action Utilities collection of time saving functions and utilities to solve common tasks across a wide range of mobile and desktop apps. We hope you enjoy using our components and that they become a valuable part of your developer environment.
This guide is designed to help you get up and running with the Action Utilities quickly and easily in your own app projects.
Adding Action Utilities to an App Project
Our components were designed to be quickly added to your app’s project with a minimum of code, making it easy to add high-quality, professional features and functionality to your apps.
In Xcode, do the following:
- Open an app project or start a new one.
- Select the Project in the Project Navigator, select the General tab and scroll down to the Embedded Binaries section:
- In Finder, open the folder where you unzipped the
ActionUtilitiesFrameworks.zip
file and select the appropriate framework version:
- Drag the framework into the Embedded Binaries section in Xcode.
- Select Copy items if needed and click the Finish button:
- The framework will be added to both the Embedded Binaries and the Linked Frameworks and Libraries sections:
You are now ready to use the Action Utilities suite in your app project. Include the import ActionUtilities
statement at the top of any class you want use a component from. For example:
import UIKit
import ActionUtilities
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
let colorHex = UIColor.white.toHex()
print(colorHex)
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
}
Component Documentation
The Action Utilities Developer Center was designed to help you get the most out of our developer tools by providing a selection of Articles, Guides, Samples and Quick Start References for each component in the suite.
Additionally, each tool in the Action Utilities Suite has a fully documented API, with comments for every element included: