12 2015 档案

摘要:https://developer.apple.com/library/iad/documentation/AppleApplications/Reference/SafariWebContent/Introduction/Introduction.html 阅读全文

posted @ 2015-12-29 14:37 anjuncc 阅读(129) 评论(0) 推荐(0)

摘要:UIView.animateWithDuration(0.5, delay: 0.5, usingSpringWithDamping: 0.5, initialSpringVelocity: 0.0, options: [], animations: { self.loginButton.cent... 阅读全文

posted @ 2015-12-29 12:40 anjuncc 阅读(128) 评论(0) 推荐(0)

摘要:..... IntmultiplyClosure = { (a: Int, b: Int) -> Int inreturn a * b }multiplyClosure = { (a, b) ina*b }multiplyClosure = {$0 * $1 }if you are using an... 阅读全文

posted @ 2015-12-22 11:21 anjuncc 阅读(115) 评论(0) 推荐(0)

摘要:hasAmbiguousLayoutexerciseAmbiguityInLayout_autolayoutTracerecursiveDescription第一步:更新约束,可以被认为是一个“计量传递”。这发生于自下而上(从子视图到父视图),并准备设置视图frame所需要的布局信息第二步:布局,发... 阅读全文

posted @ 2015-12-21 13:55 anjuncc 阅读(113) 评论(0) 推荐(0)

摘要:Options FollowSymLinksAllowOverride NoneOrder deny,allowAllow from all 阅读全文

posted @ 2015-12-15 15:37 anjuncc 阅读(73) 评论(0) 推荐(0)

导航