Open
Description
I suggest adding an example how to use it in UIKit - I did it like this:
In the main class I initialize aptabase and it just works:
override init(nibName nibNameOrNil: String?, bundle nibBundleOrNil: Bundle?) {
super.init(nibName: nibNameOrNil, bundle: nibBundleOrNil)
Aptabase.shared.initialize(appKey: "")
}
required init?(coder: NSCoder) {
super.init(coder: coder)
Aptabase.shared.initialize(appKey: "")
}
Metadata
Metadata
Assignees
Labels
No labels