jeyben / IOSLinkedInAPI

Simple and non intrusive library to get access tokens for LinkedIn using Oauth2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyze error in LIALinkedInAuthorizationViewController

Hardenn opened this issue · 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?