I am adopting the Gmail API in iOS and I am getting the warning:
initWithRequest is deprecated
in the following line:
connection_ = [[connectionClass alloc] initWithRequest:request_ delegate:self startImmediately:NO];
The line is in the source file GTMHTTPFetcher.m of the API library.
What is the substitute for the deprecated -initWithRequest:
method?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…