IOS essay tips weak self print current class row number, multi-person development automatically adapt PCH address, get device UID information

Source: Internet
Author: User

$ (srcroot)/prefixheader.pch Auto-fit PCH Address

__weak __block typeof (self) weakself = self;

__weak typeof (self) weakself = self;

#define DN_DEBUG_LOG (FMT, ...)

{NSLog (@ "%s [line%d]" FMT), __pretty_function__, __line__, # #__VA_ARGS__);}

Nsdictionary *ifs = [self fetchssidinfo];

NSString *ssid = [[IFS objectforkey:@ "SSID"] lowercasestring];

NSString *ssid =ifs[@ "SSID"];

NSLog (@ "ifs--%@, WiFi device name--%@", Ifs,ssid);

-(ID) fetchssidinfo {

Nsarray *ifs = (__bridge_transfer ID) cncopysupportedinterfaces ();

NSLog (@ "Supported interfaces:%@", IFS);

ID info = nil;

For (NSString *ifnam in IFS) {

Info = (__bridge_transfer ID) cncopycurrentnetworkinfo ((__bridge cfstringref) Ifnam);

NSLog (@ "%@ =%@", Ifnam, info);

if (info && [info count]) {break;}

}

return info;

}

This sentence is supported by the Chinese character URL compilation

NSString *strdn = [Urlstr stringbyaddingpercentescapesusingencoding:nsutf8stringencoding];

IOS essay tips weak self print current class row number, multi-person development automatically adapt PCH address, get device UID information

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.