#import "ViewController.h" @interface ViewController () @end @implementation ViewControlle…
// NSString* timeStr = [self stringWithDate: [NSDate dateWithTimeIntervalSince1970:userGif…
addText 函数 -(UIImage *)addText:(UIImage *)img text:(NSString *)text1 { //get image width a…
// 方法1:NSComparator NSArray *listGroupname = [self.listTeams sortedArrayUsingComparator:^(…
// // ViewController.m // APP自带导航 // // Created by wup on 15/5/23. // Copyright (c) 2015年 …
let file = "file.txt" if let dirs : [String] = NSSearchPathForDirectoriesInDomai…
//画四个边角 CGContextSetLineWidth(ctx, 2); CGContextSetRGBStrokeColor(ctx, 83 /255.0, 239/255.…
1、 开发的时候已竖屏的尺寸开发 self.view.frame = CGRectMake(0, 0, [[UIScreen mainScreen] bounds].size.he…
[box.actionButton.layer setMasksToBounds:YES]; [box.actionButton.layer setCornerRadius:10.…
ios7---Lable自适应高度封装 +(UILabel *)getInfoLabel:(UILabel *)label withText:(NSString *)ktext w…
IOS关于通讯录的开发有两种,一种是直接调用系统的通讯录界面,根据回调信息处理数据,另一种是直接获取系统的通讯录,完全自定义UI,并且可以通过官方给我们提供的接口进行读写。这篇博客…