iOS / OSX 创建项目帮助库 HelperLibrary

码农软件 · 软件分类 · 其他(Others) · 2019-07-17 18:43:53

软件介绍

HelperLibrary 是一个静态库,可以帮你实现每次创建 iOS/OSX 项目时做的一些重复的工作。

基本用法

[[UtilHelper sharedInstance] internetConnectionNotification:^(NetworkStatus remoteHostStatus, BOOL isCurrentState) {
      switch (remoteHostStatus) {
          case NotReachable:
              NSLog(@"no connection!");
              break;
          case ReachableViaWiFi:
              NSLog(@"Connected via Wifi");
              break;
          case ReachableViaWWAN:
              NSLog(@"Connected via mobile data");
              break;
          default:
              break;
      }
  }];


本文地址:https://www.codercto.com/soft/d/10351.html

The NSHipster Fake Book (Objective-C)

The NSHipster Fake Book (Objective-C)

Mattt Thompson / NSHipster Portland, Oregon / 2014 / USD 19.00

Fake Books are an indispensable tool for jazz musicians. They contain the melody, rhythm, and chord changes for hundreds of standards, allowing a player to jump into any session cold, and "fake it" th......一起来看看 《The NSHipster Fake Book (Objective-C)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

html转js在线工具
html转js在线工具

html转js在线工具