Skip to content

DaniArnaout/DaniArnaout.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published