随笔:216 文章:2 评论:37 阅读: 89万

08 2015 档案

 
动态改变UITabBarController的菜单文字
摘要:有时候项目可能涉及到使用多种语言,如简体、繁体。为了适应这种情况我用到了Localizable.strings,然后在不同的语言版本文件内定义相应的内容(这就不说了,可以参考:http://www.cocoachina.com/ios/20150114/10911.html)在应用被打开的时候底部的... 阅读全文
posted @ 2015-08-19 22:53 KenNgai 阅读(2093) 评论(0) 推荐(0) 编辑
AVAudioPlayer播放音频文件时没声音
摘要:AVAudioPlayer播放一个mp3文件时,居然没有声音。mp3文件是放在工程里面的,路径没有错误但就是死活没有声音。func playSound() { let notifyUrl = NSBundle.mainBundle().pathForResource("notify",... 阅读全文
posted @ 2015-08-19 22:42 KenNgai 阅读(5246) 评论(3) 推荐(0) 编辑
UIView.animateWithDuration 没有动画过渡效果直接跳到最后
摘要:当我在viewDidLoad()方法内添加以下代码的时候发现程序运行时不会有动画过度效果,而是直接跳到了最后。 let x = (self.view.bounds.size.width - 268) / 2 scanImage.frame = CGRectMake(x, ... 阅读全文
posted @ 2015-08-19 22:29 KenNgai 阅读(4903) 评论(0) 推荐(0) 编辑
SWIFT Scan QRCode
摘要:SWIFT中扫描QRCode代码如下,照着敲一次再看下API的注释应该就没问题了。import UIKitimport Foundationimport AVFoundationclass ViewController: UIViewController,AVCaptureMetadataOutpu... 阅读全文
posted @ 2015-08-15 21:59 KenNgai 阅读(2400) 评论(0) 推荐(0) 编辑
SWIFT中数字格式
摘要:SWIFT中格式化数字比较常用的应该就是以下几种格式了。 var formatter = NSNumberFormatter() //formatter.numberStyle = NSNumberFormatterStyle.CurrencyStyle //$72,900 formatter.nu... 阅读全文
posted @ 2015-08-09 11:27 KenNgai 阅读(1450) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示