240 发简信
IP属地:广东
  • iOS开发Could not find module 'xxx' for target 报错

    最近在使用pod集成的时候,在用模拟器的时候导入pod的库都报错Could not find module 'SnapKit' for targ...

  • iOS开发 libc++abi.dylib: terminate_handler unexpectedly threw an exception错误

    -[NSNull count]: unrecognized selector sent to instance 0x7fff8062db10 d...

  • Xcode断点无效

    Xcode断点无效,在网上查了很多,记录下: (主要修改了这个)TARGETS -> Build Settings -> Deployment ...

  • iOS开发中DES/CBC加密

    iOS开发中DES/CBC/PKCS5Padding方式的加密 import <CommonCrypto/CommonCryptor.h> +(...

  • Resize,w 360,h 240
    iOS开发中让一个字符串中相同的文本变色

    UILabel *label = [[UILabel alloc]initWithFrame:CGRectMake(50, 100, 200, ...

  • iOS开发中控件的长按截图拖拽

    import "ViewController.h" define UI_WIDTH 80 define UI_HEIGHT 30 @interf...

  • 获取当前屏幕显示的viewcontroller

    //获取当前屏幕显示的viewcontroller +(UIViewController *)getCurrentVC{ UIViewContr...

  • 二维码扫描与结果处理

    import "QYScanCtrl.h" import <AVFoundation/AVFoundation.h> import "trCon...