2015年8月3日
摘要: 1 import UIKit 2 3 class ViewController: UIViewController { 4 5 @IBOutlet weak var dview: UIView! 6 var dynamicAnimator = UIDynamicAnimator... 阅读全文
posted @ 2015-08-03 22:18 言十年 阅读(168) 评论(0) 推荐(0)
摘要: 1 import Foundation 2 3 class Person : NSObject,NSCoding { 4 var name : String? 5 func encodeWithCoder(aCoder: NSCoder) { 6 aCoder.e... 阅读全文
posted @ 2015-08-03 21:23 言十年 阅读(461) 评论(0) 推荐(0)