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.
To get your free trial license key, email us at [email protected]
- 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><YOUR KEY></string>
</dict>
You're all set, check these examples: