iOS开发 判断用户是否开启了热点

- (BOOL)achiveUserHotspotOpening

{

   return [UIApplication sharedApplication].statusBarFrame.size.height != 20.

}

原文地址:https://www.cnblogs.com/diweinan/p/4554939.html