240 发简信
IP属地:河北
  • iOS 使用FMDB对本地的.db数据进行查询

    /** * @author fangbmian, 16-03-18 10:03:50 * * 获取本地品牌数据 */ NSString *dbF...

  • IOS 调用系统拔打电话 方法

    我个人认为这个方法是比较好的,可以提示用户. 用[[UIApplication sharedApplication] openURL:[NSUR...

  • 非常头疼的BUG

    使用TextView时,当使用avigation push过来后,textView总是空出一大截才开始显示文字. 解决方法:用导航跳转过去,他会...

  • UIView 虚线边框

    #import@interface DashesLineView : UIView @property(nonatomic)CGPoint st...

  • 计算两个日期之间相差多少天

    1.不是以每24小时记为一天,当过了午夜12点就是一天 - (NSInteger)getDaysFrom:(NSString*)lastTime...

  • tabBarController管理多个Storyboard

    self.window = [[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bound...

  • MD5 加密(比较NB)

    + ( NSString *)md5StringNB:( NSString *)str { const char *myPasswd = [st...

  • iOS 多图片上传

    #import#import "AFNetworking.h" typedef NS_ENUM(NSInteger, SJCDownloadTy...

  • iOS 原生条形码 二维码 扫描

    #import "BaseViewController.h" @interface ScanCodeVC : BaseViewControlle...