240 发简信
IP属地:江苏
  • iOS获取步数

    1. 请求权限 2. 请求步数

  • Mac显示隐藏文件

    显示:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏:defaul...

  • 旋转180

    CGAffineTransformMakeRotation(M_PI);

  • Category动态增加属性

    .h import <UIKit/UIKit.h> @interface UISwitch (WithKey) @property (nonat...

  • TestFlight 使用文档

    一、 项目准备: 1.根据项目BundleIndentifier去开发者网站(developer.apple.com)生成开发和发布证书;2.确...

  • iOS NavigationBar 透明

    #OC ``` [self.navigationController.navigationBar setBackgroundImage:[UII...