摘要:
// // PopularizaOfScience.m // Patient // // Created by y on 15/11/4. // Copyright © 2015年 ShangYu. All rights reserved. // #import "PopularizaOfScien 阅读全文
摘要:
number 6,,,,,tempPage 6 2016-08-29 11:58:34.528 DoctorProject[3332:149094] *** Terminating app due to uncaught exception 'NSRangeException', reason: ' 阅读全文
摘要:
- (void)viewDidLoad { [super viewDidLoad]; for (int i = 0; i < 5; i++) { UIView * view1 = [[UIView alloc] init]; view1.frame = CGRectMake(100, 100*i + 阅读全文
摘要:
#pragma mark gzz0706 - (NSData *)resetSizeOfImageData:(UIImage *)source_image maxSize:(NSInteger)maxSize { //先调整分辨率 CGSize newSize = CGSizeMake(source 阅读全文
摘要:
(lldb) po mediaBody.localPath /var/mobile/Applications/5D628FCF-D63F-4682-A516-3A6008CDD6BB/Library/Caches/1471924883331732378.jpg 2016-08-23 14:55:00 阅读全文
摘要:
-(CGSize)checTheStringWithHight:(NSString *)theStr font:(float)font { CGFloat xxx; if (SCREEN_WIDTH>320) { xxx=15; }else{ xxx=10; } CGSize sixx= [theS 阅读全文
摘要:
// // BankCarfController.m // DoctorProject // // Created by Apple on 15/9/25. // Copyright (c) 2015年 sy. All rights reserved. // #import "BankCarfCon 阅读全文
摘要:
// // DeviceDelegateHelper.m // ECSDKDemo_OC // // Created by jiazy on 14/12/5. // Copyright (c) 2014年 ronglian. All rights reserved. // #import "Devi 阅读全文
摘要:
4b517be1c317c0c6543b670f154e9a40152cf3eb 阅读全文
摘要:
现在很多APP的HUD已经都是自定义动画了,MBProgressHUD没有开放的API可以让我们直接使用,需要到.m文件中去修改源码。 首先在.m文件中找到 - (void)updateIndicators 方法在 if (mode == MBProgressHUDModeIndeterminate 阅读全文