Ios:afnetworking manual Configuration (iOS7.1, AF2.2.4)

Source: Internet
Author: User

First, download afnetworking. Drag the afnetworking directory under Afnetworking-master into the project Iii. add linking to a Library or Framework for the project
Corelocation.framework
Systemconfiguration.framework
Security.framework
Mobilecoreservices.framework
Iv. modifying the project. pch file
1 #ifdef__objc__2     #import<UIKit/UIKit.h>3     #import<Foundation/Foundation.h>4     //Add afnetworking Package precompiled Header5     #import<SystemConfiguration/SystemConfiguration.h>6     #import<MobileCoreServices/MobileCoreServices.h>7     #import "AFNetworking.h"8 #endif
Five, in the corresponding documents to include the introduction
    #import " AFNetworking.h "



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.