Guides
Docs
Examples
Support
Open Source
menu
close
Guides
Docs
Examples
Support
Open Source
Introduction
Installation
Usage
Methods
Configuration
Texts
Styles
Variables
Events
Advanced
Using with SwiftUI
#
Poool Access iOS
Poool Access for iOS is a Swift framework that allows you to easily integrate Poool Access to create beautiful & dynamic walls in your iOS application.
#
Requirements
XCode
iOS
11.0+
13.0+
#
Migration from v1 to v2
The only notable change when going from v1 to v2 is the need to get rid of the
.instanciate()
method, and treat
Access
as a regular class.
Simply replace:
with:
arrow_forward
Next
Install AccessIOS
Requirements
Migration from v1 to v2