240 发简信
IP属地:天津
  • 解决symbol(s) not found for architecture x86_64报错

    基本上确定了是由于部分依赖的框架没有导入 查看 General-linked Frameworks and libraries是否导入了该依赖库

  • Resize,w 360,h 240
    苹果内购 (Object-c实例)

    整个内购流程如下: 应用发送请求到服务器,获取所有的可用Products Id集合,(当然你也可以把Products Id硬编码到程序中,这样会...

  • Objective-C中字典的使用方法总结

    Objective-C中字典的使用方法总结 在Objective-C中提供了两个类来实现字典,即NSDictionary和NSMutableDi...

  • 《c++和oc 转换 NSString》

    1. string 转换为 NSString std::string str("hello"); NSString *str=[NSS...

  • Object-C 基础语法学习

    1、字符串简单总结 NSString *str1 = @"hello"; NSString *str2 = @"helloWorld";...

  • Resize,w 360,h 240
    info.plist重复导入解决办法

    修改项目目录后出现警告 Warning: The Copy Bundle Resources build phase contains this...

  • object-c if判断

    if([modelisEqual:@"1"]){ //urlData为请求地址(拆分后的InnerUrl) [_webViewloadReque...

  • object-c 读取本地index.html文件

    iostream01:16:06 //1.第一种方式:加载本地文件index.html. //2.filePath为本地index的地址 NSS...

  • Object-c http get请求

    //加载服务器指定地址的URL:configURL带上projectId NSString*requestUrl=[NSStringstring...