240 发简信
IP属地:辽宁
  • ERROR: While executing gem ... (Errno::EPERM)

    cocoaPods安装时出现: ERROR: While executing gem ... (Errno::EPERM) Operation ...

  • 本地私有库podfile文件配置

    source 'https://github.com/CocoaPods/Specs.git' platform :ios, "8.0" tar...

  • 删除pod私有库命令

    $ pod repo remove LDBusMediatorSpecs

  • 对输入钱数的textField的设置

    - (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange...

  • bytes 转 KB,MB,GB

    -(NSString *)bytesToAvaiUnit:(int64_t)bytes { if(bytes < 1024) // B { ...

  • 解决用context重绘后image发生翻转问题

    - (UIImage*)getSubImage:(CGRect)rect { CGImageRef subImageRef = CGImageC...

  • 隐藏某个cell的Separator

    - (void) tableView:(UITableView *)tableView willDisplayCell:(UITableView...