The description of easytracker it state the following:
Use TrackedUIViewController to automatically emit pageviews when the view
// associated with the controller appears.
And then if you look at the example they do the following:
#import "EasyTracker.h"
@interface FirstViewController : TrackedUIViewController
However in my case the interface look like this:
@interface MyTableViewController : UITableViewController<FBRequestDelegate,
FBDialogDelegate,UIGestureRecognizerDelegate>{
User *user;
Fam *fam;
}
what should I do to add the tracking?
You can do a manual screens tracking
here is google doc for it.