标签 objective-c 下的文章


由   YIem   撰写于    浏览:8520  评论:0
iOS开发#使用Pods中使用Swift和Objective-C混编-编译不通过的原因-ld: symbol(s) not found for architecture arm64问题基本描述 在Pods管理的Objective-C中导入Swift过程中出现问题项目中需要展示报表,而使用的第三方(Charts)是Swift编写的,而我的项目中使用的[...]

由   YIem   撰写于    浏览:5549  评论:0
App Store 审核指南 -Apple上架被拒问题解析1. 安全 当用户通过 App Store 安装 app 时,他们希望获得安全的体验:app 不含令人不快或具有攻击性的内容,不会损坏用户的设备,不会在使用中造成人身伤害。我们在下方列出了主要的安全隐患。如果您想恐吓或攻击他人,则您的 app 不适合出现在 App Store 中。 1.1[...]

由   YIem   撰写于    浏览:6587  评论:0
(Visual Studio Code)-VS Code for MacVisual Studio Code是一个轻量级但功能强大的源代码编辑器,可在桌面上运行,可用于Windows,MacOS和Linux。 它具有内置的对JavaScript,TypeScript和Node.js的支持,并且具有丰富的其他语言(如C ++,C#,Java,Pyth[...]

由   YIem   撰写于    浏览:4535  评论:0
Objective-C 给字符串MD5加密引入 #import <CommonCrypto/CommonCrypto.h> 文件 const char *cStr = [str UTF8String]; unsigned char result[16]; CC_MD5(cStr,(CC_LONG)strle[...]

由   YIem   撰写于    浏览:3688  评论:0
今天一直在琢磨MACAPP的开发--头疼!网上的中文资料太匮乏了-- 好难- 不管是OC 还是Swift的教程、资料太少了。。。

由   YIem   撰写于    浏览:6662  评论:0
OC 综合思维导图点击进入 PDF文件

由   YIem   撰写于    浏览:2793  评论:0
//// main.m// OC_9 类的扩展//// Created by YIem on 15/12/4.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Gril[...]

由   YIem   撰写于    浏览:2793  评论:0
//// main.m// OC_9练习//// Created by YIem on 15/12/4.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Person.[...]

由   YIem   撰写于    浏览:2952  评论:0
//// main.m// OC_内存管理//// Created by YIem on 15/12/3.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Person[...]

由   YIem   撰写于    浏览:3354  评论:0
//// main.m// OC_7遍历//// Created by YIem on 15/12/2.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Model.h[...]

由   YIem   撰写于    浏览:4750  评论:0
//// main.m// OC6_省市区//// Created by YIem on 15/12/1.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Model.[...]

由   YIem   撰写于    浏览:3728  评论:0
//// main.m// OC6_练习//// Created by YIem. on 12/1/15.// Copyright (c) 2015 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Book.h"[...]

由   YIem   撰写于    浏览:3203  评论:0
//// main.m// OC5_NSNumber_NSValue//// Created by YIem. on 11/30/15.// Copyright (c) 2015 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>[...]

由   YIem   撰写于    浏览:3489  评论:0
//// main.m// OC5_数组_字典//// Created by YIem. on 11/30/15.// Copyright (c) 2015 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int main(in[...]

由   YIem   撰写于    浏览:3452  评论:0
//// main.m// OC2015-11-27作业//// Created by YIem on 15/11/27.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int ma[...]

由   YIem   撰写于    浏览:3278  评论:0
//// main.m// OC_4数组//// Created by YIem on 15/11/27.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int main(int a[...]

由   YIem   撰写于    浏览:5036  评论:0
//// main.m// OC_4NSString//// Created by YIem on 15/11/27.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>int main[...]

由   YIem   撰写于    浏览:2893  评论:0
//// main.m// OC_3属性//// Created by YIem on 15/11/26.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Studen[...]

由   YIem   撰写于    浏览:3970  评论:0
//// main.m// OC_NO.1//// Created by YIem on 15/11/24.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Car_1[...]

由   YIem   撰写于    浏览:2977  评论:0
//// main.m// OC_2初始化_便利构造器//// Created by YIem on 15/11/25.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import [...]

由   YIem   撰写于    浏览:4302  评论:0
//// main.m// OC_2方法//// Created by YIem on 15/11/25.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Person[...]

由   YIem   撰写于    浏览:4668  评论:0
//// main.m// OC_类和对象//// Created by YIem on 15/11/24.// Copyright (c) 2015年 www.yiem.net YIem博客. All rights reserved.//import <Foundation/Foundation.h>import "Perso[...]