IOS开发中获取当前WIFI的名字

技术分享

        ifs = [self fetchSSIDInfo];

        ssid = [ifs objectForKey:@”SSID”];

        self.sSIDTxt.textField.text = ssid;