
IOS
power小狼
这个作者很懒,什么都没留下…
展开
-
IOS Swift 获取屏幕大小
let yourView:UIView = UIView.init(frame:UIScreen.mainScreen().bounds) let yourFrame = UIScreen.mainScreen().bounds原创 2016-05-16 23:10:39 · 4472 阅读 · 2 评论 -
ios文件操作之目录操作-NSFileManager
// // ViewController.swift // NSFileManager_Test // // Created by power on 16/6/1. // Copyright © 2016年 power. All rights reserved. // import UIKit class ViewCo转载 2016-06-02 21:59:40 · 807 阅读 · 0 评论 -
获取当前日期时间、日期时间格式化及转换
转自:http://blog.youkuaiyun.com/ooppookid/article/details/42506957 1.获取当前日期时间 var nowDate = NSDate() var formatter = NSDateFormatter() formatter.dateFormat = "yyyy-MM-dd HH:mm:ss" var dateSt原创 2016-06-10 23:01:43 · 543 阅读 · 0 评论 -
APP应用程序图标 及 程序启动画面设置 ios logo设置
转自:http://my.oschina.net/u/661032/blog/80663 1.首先只是苹果官方给的关于应用程序图标设置的描述:http://developer.apple.com/library/ios/#qa/qa1686/_index.html 我们着重看下 Add Icon files in Info.plist这一项。 首先:我们必须打开转载 2016-06-14 22:07:03 · 1594 阅读 · 0 评论