Skip to content

Example for UIKit #2

Open
Open
@bircni

Description

@bircni

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions