//Import the MessageUI Framework into your project and //#import the header file into the …
- (UIImage*)scaleFromImage:(UIImage*)image scaledToSize:(CGSize)newSize { CGSize imageSize…
UIColor *color = [UIColor colorWithRed:0.95 green:0.95 blue:0.95 alpha:0]; [aImage setBack…
当前视图上有多个uitextfield时,来隐藏键盘, 先遍历视图的所有子视图来 如果是UITextField就将其设为非第一响应 当然,如果要隐藏子视图上的UITextField…
SCNetworkReachabilityFlags flags; BOOL receivedFlags; SCNetworkReachabilityRef reachabilit…
- (void)applicationDidEnterBackground:(UIApplication *)application{ [[UIApplication shared…
NSString* imageURL = [NSString stringWithFormat: @"http://theimageurl.com/?id=%@"…
- (void)textFieldDidBeginEditing:(UITextField *)textField{ NSArray *ws = [[UIApplication s…
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UII…
//arc4random() 比较精确不需要生成随即种子 //通过arc4random() 获取0到x-1之间的整数的代码如下: int value = arc4random() …
//将date时间戳转变成时间字符串 //@paaram date 用于转换的时间 //@param formatString 时间格式(yyyy-MM-dd HH:mm:ss) …
类似于QQ的那种折叠效果。只刷新点击的折叠行。不加载所有数据源。 测试环境Xcode4.3.3+SDK5.1兼容ios6 // // MyTableViewController.m…
iOS关于手势UISwipeGestureRecognizer的基本用法和属性