随笔分类 -  基础碎片

1 2 3 4 5 ··· 8 下一页
摘要:WKWebViewConfiguration* webViewConfig = [[WKWebViewConfiguration alloc]init]; NSLog(@"修改前 = %@",webViewConfig.applicationNameForUserAgent);//正确设置UserA 阅读全文
posted @ 2020-12-22 16:18 iOS张文权 阅读(582) 评论(0) 推荐(0)
摘要://设置图片位置 homeVC.tabBarItem.imageInsets = UIEdgeInsetsMake(6, 0, -6,0); //设置文字位置 [[UITabBarItem appearance] setTitlePositionAdjustment:UIOffsetMake(0, 阅读全文
posted @ 2020-09-23 09:40 iOS张文权 阅读(923) 评论(0) 推荐(0)
摘要:UIAlertController * alertController = [UIAlertController alertControllerWithTitle:@"是否打开“微信”" message:@"" preferredStyle:UIAlertControllerStyleAlert]; 阅读全文
posted @ 2020-09-02 16:05 iOS张文权 阅读(736) 评论(0) 推荐(0)
摘要:https://www.showdoc.com.cn 阅读全文
posted @ 2020-09-01 11:21 iOS张文权 阅读(138) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/b57ece2b44fd https://blog.csdn.net/u010391437/article/details/75126310 阅读全文
posted @ 2019-11-27 17:17 iOS张文权 阅读(270) 评论(0) 推荐(0)
摘要:https://developer.umeng.com/docs/66632/detail/66748#createappid Certificates-> 卫生许可证 identifiers -> 小吃品类Profiles -> 可以做小吃 阅读全文
posted @ 2019-11-06 13:53 iOS张文权 阅读(260) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/ec2f65523cc4 阅读全文
posted @ 2019-10-25 18:39 iOS张文权 阅读(544) 评论(0) 推荐(0)
摘要:将string字符串转换为array数组 NSArray *array = [Str componentsSeparatedByString:@","]; ==反向方法 将array数组转换为string字符串 NSString *tempString = [mutableArray compone 阅读全文
posted @ 2019-09-06 10:06 iOS张文权 阅读(1307) 评论(0) 推荐(0)
摘要:-(NSString *)digitUppercase:(NSString *)numstr{ double numberals=[numstr doubleValue]; NSArray *numberchar = @[@"零",@"壹",@"贰",@"叁",@"肆",@"伍",@"陆",@"柒" 阅读全文
posted @ 2019-09-05 11:45 iOS张文权 阅读(501) 评论(0) 推荐(0)
摘要:1、项目的目录结构能看出你的开发经验 2、iOS工程目录结构的思考 阅读全文
posted @ 2019-07-26 16:01 iOS张文权 阅读(398) 评论(0) 推荐(0)
摘要:weak和assign的区别-正确使用weak、assign 一、区别 1.修饰变量类型的区别weak只可以修饰对象。如果修饰基本数据类型,编译器会报错-“Property with ‘weak’ attribute must be of object type”。assign可修饰对象,和基本数据 阅读全文
posted @ 2019-07-17 20:55 iOS张文权 阅读(669) 评论(0) 推荐(0)
摘要:iOS野指针定位总结 阅读全文
posted @ 2019-07-17 16:55 iOS张文权 阅读(439) 评论(0) 推荐(0)
摘要:iOS查看屏幕帧数工具--YYFPSLabel iOS 保持界面流畅的技巧 iOS 优化界面流畅度的探讨 https://zhuanlan.zhihu.com/p/110545595 阅读全文
posted @ 2019-07-09 17:54 iOS张文权 阅读(366) 评论(0) 推荐(0)
摘要:第一步:手机连接到itunes 选择本电脑备份 备份的时候不要加密 然后立即备份 第二步:前往文件夹,找到itunes的备份路径~/Library/Application Support/MobileSync/Backup 在这目录下搜索 3d0d开头的文件,这就是 iPhone 短信的数据库文件。 阅读全文
posted @ 2019-07-09 10:20 iOS张文权 阅读(3076) 评论(0) 推荐(0)
摘要:Hello, We are writing to let you know the results of your appeal for your app The App Review Board evaluated your app and determined that the original 阅读全文
posted @ 2019-06-13 17:32 iOS张文权 阅读(799) 评论(0) 推荐(0)
摘要:Dear Developer, We identified one or more issues with a recent delivery for your app, "私募排排网-连接私募,连接财富" 6.2.0 (1.0.3). Your delivery was successful, b 阅读全文
posted @ 2019-06-13 09:47 iOS张文权 阅读(2147) 评论(0) 推荐(0)
摘要:Hello,Thank you for resubmitting your app for review. Guideline 2.5.1 - Performance - Software Requirements Your app uses the "prefs:root=" non-public 阅读全文
posted @ 2019-06-13 09:40 iOS张文权 阅读(460) 评论(1) 推荐(0)
摘要:错误日志: ERROR: Error fetching remote repo 'origin' Finished: FAILURE ERROR: Error cloning remote repo 'origin' Finished: FAILURE 参考资料: https://www.jians 阅读全文
posted @ 2019-05-08 14:08 iOS张文权 阅读(345) 评论(0) 推荐(0)
摘要:跳转app对应的系统通知设置 if (UIApplicationOpenSettingsURLString != NULL) { UIApplication *application = [UIApplication sharedApplication]; NSURL *URL = [NSURL U 阅读全文
posted @ 2019-05-07 16:09 iOS张文权 阅读(2300) 评论(0) 推荐(0)
摘要:插叙:之前电脑一直遇到VPN登录不了的问题,试了几台电脑都能正常连接,只有我的电脑不可以,VPN大佬建议我直接重装系统,索性就直接重新装了系统,结果就能连接了。昨天开始上传包的时候,发现用Application Loader登录的时候,填写了正确的开发者账号一直登录不上去,如下图。 点了图上的地址 阅读全文
posted @ 2019-04-28 10:50 iOS张文权 阅读(500) 评论(1) 推荐(0)

1 2 3 4 5 ··· 8 下一页