[已解决]iPhone音量键失效了
crifan 10年前 (2015-11-08) 12833浏览 0评论
买了个二手的iphone 6: 【记录】买二手的iPhone6 之前的音量键是好好的 刚刚发现的: 音量键的降低音量的那个键失效了: 按了没反应。 而音量键加+ 是正常的: 按了后,iphone界面中弹出音量设置界面,可以增加音量。 搜: iphon...
工作相关的技术文章
crifan 10年前 (2015-11-08) 12833浏览 0评论
买了个二手的iphone 6: 【记录】买二手的iPhone6 之前的音量键是好好的 刚刚发现的: 音量键的降低音量的那个键失效了: 按了没反应。 而音量键加+ 是正常的: 按了后,iphone界面中弹出音量设置界面,可以增加音量。 搜: iphon...
crifan 10年前 (2015-11-08) 1859浏览 0评论
iPhone使用期间,安装程序之前,需要验证支付方式,所以iTunes中去,像之前在apple ID中一样,验证支付方式: 转载请注明:在路上 » 【记录】iPhone使用期间的验证支付方式...
crifan 10年前 (2015-11-08) 2111浏览 0评论
Segue scenes are connected by segue objects, which represent a transition between two view controllers. A Segue Manages ...
crifan 10年前 (2015-11-08) 2490浏览 0评论
Storyboard,中文翻译为:故事板 -》取代了之前的nib和xib -》包含了视图,视图控制器,视图之间的跳转:segue UIMainStoryboardFile是个key 对应的值是: info.plist中设置的 其值一般都是Mai...
crifan 10年前 (2015-11-08) 2715浏览 0评论
nib文件就是: 你在Xcode中的Interface Builder中,在图形界面的方式下,编辑、设计出来的不同的页面视图, 内部存储成了对应的nib文件 -》nib文件保存和压缩了,你所编辑的图形界面的所有数据。 -》而代码中,想要调用,...
crifan 10年前 (2015-11-08) 2423浏览 0评论
想要学习和了解Cocoa框架 参考: Introduction to Coding Guidelines for Cocoa What Is Cocoa? Code Naming Basics Acceptable Abbre...
crifan 10年前 (2015-11-07) 2562浏览 0评论
Xcode中,下载git的代码,出错: Xcode can’t verify the identify of a repository hosted on git.oschina.net 弹出用户名和密码对话框,输入用户名和密码,即可。 记得...
crifan 10年前 (2015-11-07) 3568浏览 0评论
代码: imageArr:[UIImage] for index in imageArr.count { 出错: Value of type ‘Int’ has no member ‘Generator&...
crifan 10年前 (2015-11-07) 3260浏览 0评论
已经实现单张图片了。 需要实现多张图片合并到单张图片中,类似这样的效果: 搜: swift merge multiple into single UIImage 参考: iphone – How to combine/...
crifan 10年前 (2015-11-07) 3502浏览 0评论
swift中把UIImage中添加UILabel后生成新的UIImage: func drawCornerHeaderImage(headerCharArr:[String]) -> UIImage { print("d...