摘要:
objc_setAssociatedObject(phoneLbl, @"phoneNumberKey", salesmanPhoneNum, OBJC_ASSOCIATION_RETAIN_NONATOMIC); 使用场景 常用于给系统类(如 UIView、UILabel 等)动态添加自定义数据, 阅读全文
posted @ 2025-10-13 13:44
代码只是一种思想
阅读(2)
评论(0)
推荐(0)
摘要:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"telprompt://%@“,@“18222222222”]] options:@{} completionHa 阅读全文
posted @ 2025-10-13 13:41
代码只是一种思想
阅读(3)
评论(0)
推荐(0)