十一岁的加重songxing10000…… ------ 回到博主首页
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页
摘要: + (UIImage *)getFirstFrameOfVideoWithVideoURL:(NSURL *)videoURL{ AVURLAsset *asset = [[AVURLAsset alloc] initWithURL:videoURL options:nil]; NSPa... 阅读全文
posted @ 2015-08-05 22:29 songxing10000 阅读(753) 评论(0) 推荐(0) 编辑
摘要: + (BOOL)checkIDCard:(NSString *)sPaperId { //判断位数 if (sPaperId.length != 15 && sPaperId.length != 18) { return NO; } NSString *cari... 阅读全文
posted @ 2015-08-05 21:38 songxing10000 阅读(366) 评论(0) 推荐(0) 编辑
摘要: //// SubmitEvaluationVC.m// CarPool//// Created by apollo on 15/6/17.////#import "CPSubmitEvaluationVC.h"#import "CPMineDef.h"#import "Style_Header... 阅读全文
posted @ 2015-08-04 00:47 songxing10000 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-02 21:10 songxing10000 阅读(168) 评论(0) 推荐(0) 编辑
摘要: /** cell上的付款按钮事件 */- (IBAction)paymentButtonClick:(UIButton *)sender { /** * @author SongXing, 15-07-31 10:07:26 * * 7、8系统上cell的父类关系不... 阅读全文
posted @ 2015-07-31 11:20 songxing10000 阅读(140) 评论(1) 推荐(0) 编辑
摘要: /** 是否为今年 */- (BOOL)isThisYear{ if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 8.0) { NSCalendar *calendar = [NSCalendar curre... 阅读全文
posted @ 2015-07-31 11:18 songxing10000 阅读(122) 评论(0) 推荐(0) 编辑
摘要: - (void)navigationController:(UINavigationController *)navigationController willShowViewController:(UIViewController *)viewController animated:(BOOL)a... 阅读全文
posted @ 2015-07-30 13:51 songxing10000 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 看惯了什么tempSelf weakSelf,来点高大的#define weakify(...) \ rac_keywordify \ metamacro_foreach_cxt(rac_weakify_,, __weak, __VA_ARGS__)#define unsafeify(.... 阅读全文
posted @ 2015-07-25 15:45 songxing10000 阅读(777) 评论(0) 推荐(0) 编辑
摘要: 上面只有针对xib或者storyboard中生成的tableview有效,如果想手码也有效,需在initwithframe中添加同样的方法 阅读全文
posted @ 2015-07-24 17:02 songxing10000 阅读(299) 评论(0) 推荐(0) 编辑
摘要: - (void)navigationController:(UINavigationController *)navigationController didShowViewController:(UIViewController *)viewController animated:(BOOL)an... 阅读全文
posted @ 2015-07-24 14:55 songxing10000 阅读(272) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 23 下一页