240 发简信
IP属地:浙江
  • UILabel的属性

    _bussinessLabel.adjustsFontSizeToFitWidth = YES;文字的大小根据文字的多少而变大或者缩小

  • 设置UIButton的Title的显示模式

    button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;button.imag...

  • 设置状态栏为白色

    设置info.plist 添加 UIViewControllerBasedStatusBarAppearance 字段,设置NO [[UIApplication shared...

  • @Stevin_Y 已加

    ios9下iPad UITableViewCell显示不正常的问题

    设置如下代码:if ([[UIDevice currentDevice].systemVersion doubleValue] >= 9.0){_mainTableView....

  • UITableViewCell的一些属性

    @property (nonatomic) NSInteger indentationLevel; 设置内容区域的缩进级别 @pr...

  • 120
    ios9下iPad UITableViewCell显示不正常的问题

    设置如下代码:if ([[UIDevice currentDevice].systemVersion doubleValue] >= 9.0){_mainTableView....

  • cocoPod安装

    http://code4app.com/article/cocoapods-install-usage先在项目中创建Podfile,Podfile的内容是你想导入的类库。一般...

  • 常用终端指令

    打开本地权限: sudo chown -R user /usr/local mac下如果不能正常打开wireshark: sudo /usr/local/bin/wiresh...

  • 120
    React Native 入门

    一、上面是官方文档的安装教程,但是,想要成功安装并没有那么容易,会碰到各种各样的问题,接下来就说一说我遇到的问题. 1.安装 Homebrew : 官方安装 brew (官方...