Abstract Layer is a native iOS framework that cuts your app development time by half!
- Create a new
Single View Application
Xcode project or open an existing project.
- Download Abstract Layer framework. (Installation via
Cocoapods
will be available soon) - Drag
AbstractLayer.framework
into your project and make sureCopy items if needed
is checked
-
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
andLinked Frameworks and Libraries
Only if you have purchased a license, activate it here, otherwise proceed with the tutorial.
Here's your trial key: MkrAeXFfQokJrCF02dR9i9jqL2x32COj31mW5vYckpQ
- Go to
info.plist
and add the following:
Or right-click info.plist -> Open As -> Source Code
and paste the following:
<key>AbstractLayer</key>
<dict>
<key>Key</key>
<string>MkrAeXFfQokJrCF02dR9i9jqL2x32COj31mW5vYckpQ</string>
</dict>
You're all set, check these examples: