posts - 186,  comments - 17,  views - 35万
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
05 2017 档案
iOS判断程序在前台还是后台
摘要:[UIApplication sharedApplication].applicationState will return current state, check it possible values and don’t create unnecessary flags when you can 阅读全文
posted @ 2017-05-31 15:25 ZOYOO 阅读(1886) 评论(0) 推荐(0) 编辑
iOS-分组UITableView删除崩溃问题(当删除section中最后一条数据崩溃的情况)
摘要:错误: The number of sections contained in the table view after the update (1) must be equal to the number of sections contained in the table view before 阅读全文
posted @ 2017-05-24 18:07 ZOYOO 阅读(4043) 评论(0) 推荐(0) 编辑
UISegmentedControl字体大小,颜色,选中颜色,左边椭圆,右边直线的Button 解决之iOS开发之分段控制器UISegmentedControl
摘要:NSArray *segmentedArray = [NSArrayarrayWithObjects:STR(@"Mynews"),STR(@"Systemmessage"),nil]; UISegmentedControl *segmentedControl = [[UISegmentedCont 阅读全文
posted @ 2017-05-23 15:03 ZOYOO 阅读(13692) 评论(1) 推荐(0) 编辑
如何看待 Kotlin 成为 Android 官方支持开发语言?
摘要:Google IO 2017宣布了 Kotlin 会成为 Android 官方开发语言。一时间朋友圈和Android圈被各种刷屏。当然我也顺势而为发布了一篇的文章《为什么我要改用Kotlin》,着实狠狠地蹭了一波热度(尽管这样会被鄙视)。眼下Android圈已经躁动了,甚至严重到如果对Kotlin视 阅读全文
posted @ 2017-05-23 13:17 ZOYOO 阅读(180) 评论(0) 推荐(0) 编辑
(腾讯视频)iOS开发之视频根据url获取第一帧图片,获取任一帧图片
摘要:#import <AVFoundation/AVFoundation.h> + (UIImage*) thumbnailImageForVideo:(NSURL *)videoURL atTime:(NSTimeInterval)time { AVURLAsset *asset = [[AVURLA 阅读全文
posted @ 2017-05-10 18:42 ZOYOO 阅读(6828) 评论(2) 推荐(0) 编辑
Swift 开源项目精选
摘要:Swift 开源项目精选 站在个人的角度,并基于《Swift 语言指南》,针对开源项目做了一个甄别、筛选。当然,由于个人能力及涉足范围所限,还远远不够,其中肯定有偏颇及不足,还望同学们多多见谅。更希望能得到你的帮助和补充,共同参与。 @SwiftLanguage 更新至 2016-2-1,最近新收录 阅读全文
posted @ 2017-05-09 18:54 ZOYOO 阅读(640) 评论(0) 推荐(0) 编辑

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