分类 iOS 下的文章


由   YIem   撰写于    浏览:11490  评论:0
Apple Store 购买开发者账号出现 你的支付授权失败。请核实你的信息后重试,或试试其他付款方式。请使用 有银联和万事达 或者银联和Visa 标志的“双”币种信用卡(PS:美元和人民比),不能使用单币,或者全币种!

由   YIem   撰写于    浏览:4807  评论:0
iOS开发中调用拨号、短信、邮件、浏览器、等等调用拨号[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://电话号码"]]; 调用短信[[UIApplication sharedApplication] openURL:[NSURL URLWithString[...]

由   YIem   撰写于    浏览:4684  评论:0
iTunes Connect 现更名为 App Store Connect针对 App 开发人员及其团队,iTunes Connect 现更名为 App Store Connect。您还可以通过新的 App 版 App Store Connect(PS:现在只有英文版),更便捷地管理您的 App、查看趋势、回复评论,以及回应“解决方案中心”的有效问[...]

由   YIem   撰写于    浏览:7959  评论:0
clang-5.0: error: cannot specify -o when generating multiple output files 问题解决方案使用第三方应用加固中碰见的问题,也就是代码混淆,被这个问题墨迹了两个小时---网上找了各种答案都不对--无意中在GitHub中的issues看见了答案禁用-Enable Indexing w[...]

由   YIem   撰写于    浏览:4455  评论:0
iOS开发 友盟分享QQ互联APPID 10进制转16进制打开终端 -111476476 替换为你在QQ互联申请的APPID 输入#echo 'ibase=10;obase=16;111476476'|bc

由   YIem   撰写于    浏览:12512  评论:0
集成友盟推送问题-device-token全部失败咨询了友盟的客服-最后一个才给解决问题!打开友盟文档 找到关键词 以Ad Hoc方式打包应用https://developer.umeng.com/docs/66632/detail/66748 打开链接一直到滚到中间能找到 以Ad Hoc方式打包应用-按照友盟的教程来, 没毛病-有毛病你找我!

由   YIem   撰写于    浏览:5411  评论:0
iOS CollectionView HeaderView 坐标无法从状态栏算起的问题在代码中添加以下代码--就是OC中用来让ScrollView 不自动计算的方法 self.CollectionView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentB[...]

由   YIem   撰写于    浏览:5607  评论:0
Grow your business in 155 countries and more than 40 languages, and help users around the world easily discover and download your app.Programming ResourcesWith Apple technolog[...]

由   YIem   撰写于    浏览:7393  评论:0
昨天发布的最新Xcode版本9.4Beta增加了对ClassKit的支持ClassKit 开发文档About Xcode 9.4 betaSupported ConfigurationsXcode 9.4 beta requires a Mac running macOS 10.13.2 or later.SDK VersionsXcode 9.4[...]

由   YIem   撰写于    浏览:8208  评论:0
今天更新了Xcode 9.3 macOS 10.13.4Xcode ideworkspacechecks.plist文件Project 'iOS-SS' Enable recommended warnings This will enael the following recommended warnings implicit retain of[...]

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

由   YIem   撰写于    浏览:5363  评论:0
react-native f8app 让我很尴尬No bundle URL present.Make sure you're running a packager server or have included a .jsbundle file in your application bundle.RCTFatal-[RCTBatchedBridg[...]

由   YIem   撰写于    浏览:2958  评论:0
上午的面试题,很尴尬啊。。如果主线程写在LoadView中会怎么样?。AFNetWorking 中图片上传中Content-Type是什么。瀑布流中怎么做。iOS11有什么新功能。xib 中怎么使固定大小的图片,让cell适应,不使用代理。

由   YIem   撰写于    浏览:4695  评论:1
写项目,好无聊,不想上班!

由   YIem   撰写于    浏览:4588  评论:0
去年还是用极光推送来着!

由   YIem   撰写于    浏览:4450  评论:0
今天收到的苹果的提示消息--有三个APP涉及的热更新!

由   YIem   撰写于    浏览:4655  评论:0
进制转换-备份!

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

由   YIem   撰写于    浏览:3903  评论:0
这一年的工作是彻底结束了! 干杯!三个项目的上线,更新在刚刚完成了!记录一点东西!Because the reasons for mainland China network fluctuations, if there is a network error, can not access. please wait for a while in t[...]

由   YIem   撰写于    浏览:3308  评论:0
Swift-开始-- 开始记录一些Swift的东西! 看着苹果的教程-- 慢慢走!Swift 开始 归档

由   YIem   撰写于    浏览:5250  评论:0
好久没有接触Swift, 好多方法到3.0 都不能用了,看看效果图!

由   YIem   撰写于    浏览:5975  评论:0
关于iOS测试环境-- 怎么使用Mac搭建IPv6测试环境1>首先确保你的Mac是通过网线连接到网络的而不是WiFi, MacBook可以使用usb转换接口- 一个50左右!2>在系统偏好设置中找到共享,按住option键时点击共享,进入界面才会出现“创建NAT64网络”的勾选框(界面下方)详细教程 传送门

由   YIem   撰写于    浏览:4500  评论:0
关于iOS键盘中样式(keyboardType)中的UIReturn的几种展示效果!关于iOS键盘中样式(keyboardType)中的UIReturn的几种展示效果!->>> 原文链接

由   YIem   撰写于    浏览:3989  评论:0
关于使用UIAlertView 实现弹出警告-提示的简单实现方法!关于使用UIAlertView 实现弹出警告-提示的简单实现方法?->>> 详细代码连接

由   YIem   撰写于    浏览:6002  评论:0
App 审核中我犯的智障事-- 想一想搞笑!这个是审核中 回复的信息! 看不大懂! 但是他们附了 图片! 一看将知道了!用户名我给错了!想一想妈的智障啊!Performance - 2.1We discovered one or more bugs in your app when reviewed on iPhone running iOS 10[...]