I want to add google Analytics ios into my project but i got some problems when i tried to paste their code into my app like the code below.
var tracker = GA
Small follow up on the amazing answers, in swift 3, the method is
let builder:NSObject = GAIDictionaryBuilder.createEvent(withCategory: category, action: eventName, label: label, value: nil).build()