jeyben/IOSLinkedInAPI

Analyze error in LIALinkedInAuthorizationViewController

Hardenn opened this issue · 0 comments

I've just done analyze on my project in Xcode and get this warning:

LIALinkedInAuthorizationViewController.m:77:1: warning: The 'viewDidAppear:' instance method in UIViewController subclass 'LIALinkedInAuthorizationViewController' is missing a [super viewDidAppear:] call

It seems that you forgot to use super method. May be it's worth fixing?