Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.81 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.81 KB

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

Here's your trial key: MkrAeXFfQokJrCF02dR9i9jqL2x32COj31mW5vYckpQ

  • 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>MkrAeXFfQokJrCF02dR9i9jqL2x32COj31mW5vYckpQ</string>
	</dict>

Where to go next?

You're all set, check these examples: