Skip to content

Latest commit

 

History

History

getting-started

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Abstract Layer

Abstract Layer is a native iOS framework that cuts your app development time by half!

Getting started

  • Create a new Single View Application Xcode project or open an existing project.

Install framework

  • Download Abstract Layer framework. (Installation via Cocoapods will be available soon)
  • Drag AbstractLayer.framework into your project and make sure Copy items if needed is checked

Xcode

  • Go to General tab under your project's target and scroll to the bottom

  • Delete the framework from Linked Frameworks and Libraries

  • Add the framework under Embedded Binaries

The framework will now appear in both Embedded Binaries and Linked Frameworks and Libraries

Xcode

Activate your purchased license

Only if you have purchased a license, activate it here, otherwise proceed with the tutorial.

Trial key

To get your free trial license key, email us at [email protected]

  • Go to info.plist and add the following:

Xcode

Or right-click info.plist -> Open As -> Source Code and paste the following:

	<key>AbstractLayer</key>
	<dict>
		<key>Key</key>
		<string><YOUR KEY></string>
	</dict>

Where to go next?

You're all set, check these examples: