随笔分类 - 基础碎片
摘要:WKWebViewConfiguration* webViewConfig = [[WKWebViewConfiguration alloc]init]; NSLog(@"修改前 = %@",webViewConfig.applicationNameForUserAgent);//正确设置UserA
阅读全文
摘要://设置图片位置 homeVC.tabBarItem.imageInsets = UIEdgeInsetsMake(6, 0, -6,0); //设置文字位置 [[UITabBarItem appearance] setTitlePositionAdjustment:UIOffsetMake(0,
阅读全文
摘要:UIAlertController * alertController = [UIAlertController alertControllerWithTitle:@"是否打开“微信”" message:@"" preferredStyle:UIAlertControllerStyleAlert];
阅读全文
摘要:https://www.jianshu.com/p/b57ece2b44fd https://blog.csdn.net/u010391437/article/details/75126310
阅读全文
摘要:https://developer.umeng.com/docs/66632/detail/66748#createappid Certificates-> 卫生许可证 identifiers -> 小吃品类Profiles -> 可以做小吃
阅读全文
摘要:https://www.jianshu.com/p/ec2f65523cc4
阅读全文
摘要:将string字符串转换为array数组 NSArray *array = [Str componentsSeparatedByString:@","]; ==反向方法 将array数组转换为string字符串 NSString *tempString = [mutableArray compone
阅读全文
摘要:-(NSString *)digitUppercase:(NSString *)numstr{ double numberals=[numstr doubleValue]; NSArray *numberchar = @[@"零",@"壹",@"贰",@"叁",@"肆",@"伍",@"陆",@"柒"
阅读全文
摘要:1、项目的目录结构能看出你的开发经验 2、iOS工程目录结构的思考
阅读全文
摘要:weak和assign的区别-正确使用weak、assign 一、区别 1.修饰变量类型的区别weak只可以修饰对象。如果修饰基本数据类型,编译器会报错-“Property with ‘weak’ attribute must be of object type”。assign可修饰对象,和基本数据
阅读全文
摘要:iOS查看屏幕帧数工具--YYFPSLabel iOS 保持界面流畅的技巧 iOS 优化界面流畅度的探讨 https://zhuanlan.zhihu.com/p/110545595
阅读全文
摘要:第一步:手机连接到itunes 选择本电脑备份 备份的时候不要加密 然后立即备份 第二步:前往文件夹,找到itunes的备份路径~/Library/Application Support/MobileSync/Backup 在这目录下搜索 3d0d开头的文件,这就是 iPhone 短信的数据库文件。
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:Hello,Thank you for resubmitting your app for review. Guideline 2.5.1 - Performance - Software Requirements Your app uses the "prefs:root=" non-public
阅读全文
摘要:错误日志: ERROR: Error fetching remote repo 'origin' Finished: FAILURE ERROR: Error cloning remote repo 'origin' Finished: FAILURE 参考资料: https://www.jians
阅读全文
摘要:跳转app对应的系统通知设置 if (UIApplicationOpenSettingsURLString != NULL) { UIApplication *application = [UIApplication sharedApplication]; NSURL *URL = [NSURL U
阅读全文
摘要:插叙:之前电脑一直遇到VPN登录不了的问题,试了几台电脑都能正常连接,只有我的电脑不可以,VPN大佬建议我直接重装系统,索性就直接重新装了系统,结果就能连接了。昨天开始上传包的时候,发现用Application Loader登录的时候,填写了正确的开发者账号一直登录不上去,如下图。 点了图上的地址
阅读全文

浙公网安备 33010602011771号