十一岁的加重songxing10000…… ------ 回到博主首页
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页
摘要: exit(0); 阅读全文
posted @ 2015-09-20 17:26 songxing10000 阅读(539) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions设置参数 阅读全文
posted @ 2015-09-20 16:21 songxing10000 阅读(204) 评论(0) 推荐(0) 编辑
摘要: + (void)createMenu:(id)sender target:(UIViewController *)t{ NSArray *menuItems = @[ [KxMenuItem menuItem:@"发送给朋友" image:[UIImage imag... 阅读全文
posted @ 2015-09-20 16:17 songxing10000 阅读(512) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-20 11:41 songxing10000 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-09-20 11:04 songxing10000 阅读(161) 评论(0) 推荐(0) 编辑
摘要: - (IBAction)actionPhoto:(id)sender//------------------------------------------------------------------------------------------------------------------... 阅读全文
posted @ 2015-09-20 11:00 songxing10000 阅读(190) 评论(0) 推荐(0) 编辑
摘要: #import #define XDefaultFontName @"FZLanTingHeiS-R-GB"UIFont *XFont(CGFloat size);#define XFont14 XFont(14)#define XFont12 XFont(12)#define XFont11 XF... 阅读全文
posted @ 2015-09-19 22:53 songxing10000 阅读(164) 评论(0) 推荐(0) 编辑
摘要: #define RGBCOLOR_HEX(h) RGBCOLOR((((h)>>16)&0xFF), (((h)>>8)&0xFF), ((h)&0xFF))#define RGBACOLOR_HEX(h,a) RGBACOLOR((((h)>>16)&0xFF), (((h)>>8)&0xFF),... 阅读全文
posted @ 2015-09-19 22:49 songxing10000 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 而在Swift中我们通过清晰的语法便能定义类变量:通过static定义的类变量无法在子类重写,通过class定义的类变量则可在子类重写。struct SomeStructure { static var storedTypeProperty = "Some value." static ... 阅读全文
posted @ 2015-09-19 21:48 songxing10000 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 苹果在《Advanced Memory Management Programming Guide》指出:Don’t Use Accessor Methods in Initializer Methods and dealloc The only places you shouldn’t use ac... 阅读全文
posted @ 2015-09-19 21:43 songxing10000 阅读(237) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 23 下一页