09 2024 档案

iOS macOS OC 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead
摘要:'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead 在 iOS 开发中,随着版本的更新,一些 API 阅读全文

posted @ 2024-09-23 14:09 高彰 阅读(450) 评论(0) 推荐(0)

iOS 跳转到微信小程序demo(亲测有效)
摘要:在iOS开发中,使用Objective-C (OC) 跳转到微信小程序,通常是通过URL Scheme的方式来实现的。微信小程序提供了URL Scheme的官方文档,允许开发者通过URL来打开小程序的特定页面。 微信小程序提供了URL Scheme的官方文档:https://developers.w 阅读全文

posted @ 2024-09-20 10:51 高彰 阅读(749) 评论(0) 推荐(0)

iOS MacOS 后台传BOOL值怎么接收demo,怎么打印BOOL值
摘要:先上大招 已知obj[@"showBuy"]是后台返回的Json字段BOOL类型,直接打印结果 NSLog(@"hhhkkkkkkkk:%@",[obj[@"showBuy"] boolValue] ? @"YES":@"NO"); 详细分析 在iOS开发中,如果你正在使用Objective-C(O 阅读全文

posted @ 2024-09-19 10:17 高彰 阅读(87) 评论(0) 推荐(0)

导航