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

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

  • 设置UIButton的Title的显示模式

    button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentL...

  • 设置状态栏为白色

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

  • UITableViewCell的一些属性

    @property (nonatomic) NSInteger indentationLevel; ...

  • Resize,w 360,h 240
    ios9下iPad UITableViewCell显示不正常的问题

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

  • cocoPod安装

    http://code4app.com/article/cocoapods-install-usage先在项目中创建Podfile,Podfil...

  • 常用终端指令

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