摘要: #import "CJAddressModel.h" @implementation CJAddressModel +(NSDictionary *)mj_replacedKeyFromPropertyName { return @{@"defff": @"default"}; } @end 阅读全文
posted @ 2017-12-05 11:04 whx060900 阅读(526) 评论(0) 推荐(0)
摘要: #import "CJShoppingDetailButton.h" @implementation CJShoppingDetailButton - (void)layoutSubviews{ [super layoutSubviews]; CGSize imageSize = self.imag 阅读全文
posted @ 2017-12-05 11:00 whx060900 阅读(748) 评论(0) 推荐(0)
摘要: NSString * pricstr=@"价格:"; _pricelable.text = [NSString stringWithFormat:@"%@%@",pricstr,drawmodel.shop_price]; //改变字符串颜色 NSMutableAttributedString *t 阅读全文
posted @ 2017-12-05 09:50 whx060900 阅读(244) 评论(0) 推荐(0)
摘要: AppStore审核被拒,返回crashLog.txt文件,可是打开后都是十六进制的地址,我们可以使用Xcode自带的 symbolicatecrash 解析得到我们需要的详细崩溃信息crashLogEnd.crash 1.在桌面创建一个crash文件夹 2.首先找到symbolicatecrash 阅读全文
posted @ 2017-12-05 09:30 whx060900 阅读(314) 评论(0) 推荐(0)
摘要: #pragma mark - 截屏 + (UIImage *_Nonnull)screenShotWithController:(UIViewController *_Nonnull)controller; + (UIColor *_Nonnull)colorWithHexString:(NSStr 阅读全文
posted @ 2017-09-15 15:49 whx060900 阅读(151) 评论(0) 推荐(0)
摘要: 创建一个Toos文件.h里面声明方法 #import <Foundation/Foundation.h> @interface Tools : NSObject + (void)pushSearchWithNavigationController:(UINavigationController *_ 阅读全文
posted @ 2017-09-15 15:34 whx060900 阅读(185) 评论(0) 推荐(0)
摘要: 程序猿常用网站大全 国内网站 开发教程1.慕课网2.百度传课3.网易云课堂4.学堂在线5.极客学院6.w3 示例项目1.code4app2.cocoachina3.开源中国4.ui4app5.深度开源 问题解决1.CSDN2.简书3.推酷4.知乎5.百度 国外网站 开发教程:1.envato-tut 阅读全文
posted @ 2017-09-07 15:28 whx060900 阅读(229) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-09-04 15:48 whx060900 阅读(7) 评论(0) 推荐(0)
摘要: //按钮点击拨打电话 -(void)kfclick:(UIButton *)btn { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://400-898-3001"]]; } 阅读全文
posted @ 2017-09-04 15:15 whx060900 阅读(277) 评论(0) 推荐(0)
摘要: 一,字符串 1创建一个字符串 1) NSString *str2=[[NSString alloc]initWithString:str1]; 2) NSString *string2=[[NSString alloc]initWithCString:"i am a man" encoding:NS 阅读全文
posted @ 2016-08-09 10:08 whx060900 阅读(273) 评论(0) 推荐(0)