码迷,mamicode.com
首页 >  
搜索关键字:视频编辑 SDK IOS    ( 67341个结果
objc中国
http://objccn.io/objc.io 由 Chris Eidhof, Daniel Eggert 和 Florian Kugler 成立于柏林。我们成立 objc.io 的目的是针对深入的、跟所有 iOS 和 OS X 开发者相关的技术话题创造一个正式的平台。objc.io 每一期专注于...
分类:其他好文   时间:2014-05-26 07:49:08    阅读次数:243
iOS添加Google语言识别功能
#import #import #import @interface RootViewController : UIViewController{ AVAudioRecorder *recoder; NSURLConnection *urlConnection; NSMutabl...
分类:移动开发   时间:2014-05-26 07:48:10    阅读次数:483
ios系统声音
#import #import @interface PlaySound : NSObject{ SystemSoundID sound;//系统声音的id 取值范围为:1000-2000}- (id)initSystemShake;- (id)initSystemSoundWithName:(N....
分类:移动开发   时间:2014-05-26 07:38:15    阅读次数:245
DirectX 下载地址
原:http://blog.csdn.net/asasj57/article/details/5641161PCHOME 下载http://download.pchome.net/search-0--directx----------1-1-3.htmlDirectX 8.0 SDK 开发包 ...
分类:其他好文   时间:2014-05-26 07:31:49    阅读次数:1004
iOS Search bar 输入空字符串也可以搜索
Search bar delegate- (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar{ UITextField *searchBarTextField = nil; for (UIView *mainview i...
分类:移动开发   时间:2014-05-26 07:25:46    阅读次数:310
SQLite加密方式 [转]
关于SQLiteSQLite是一个轻量的、跨平台的、开源的数据库引擎,它的在读写效率、消耗总量、延迟时间和整体简单性上具有的优越性,使其成为移动平台数据库的最佳解决方案(如iOS、Android)。然而免费版的SQLite有一个致命缺点:不支持加密。这就导致存储在SQLite中的数据可以被任何人用任...
分类:数据库   时间:2014-05-26 07:12:58    阅读次数:346
Getting Started with UIKit Dynamics--WWDC 2013 session 206
核心概念(Core concepts)在iOS上面常见的动画以及交互包括以下几种:? Core Animation? UIView animations? Motion effects? Gesture driven interactions? CADisplayLink那么UIKit Dynami...
分类:其他好文   时间:2014-05-26 07:11:39    阅读次数:313
ios成长之每日一遍(day 7)
今天到UITabBarController 结合 UIPickView, 这里一共有5个实现, 由浅到易。其实在IB上面使用UITabBarController很简单, 就像平常拖控件一样拖到界面上面, 然后把Tab Bar Item拉到UITabBarController就可以增加底下的tab, ...
分类:移动开发   时间:2014-05-26 07:04:17    阅读次数:375
ios 多线程开发(一)简介
简介线程是在一个程序中并发的执行代码的方法之一。虽然有一些新的技术(operations, GCD)提供了更先进高效的并发实现,OS X和iOS同时也提供了创建和维护线程的接口。这里将要介绍线程相关的包以及如何使用他们。同时也会介绍程序中多线程代码的同步。关于线程开发多年以来,电脑的最大处理速度受制...
分类:移动开发   时间:2014-05-26 07:00:02    阅读次数:306
IOS 模拟QQ分组折叠
#define USER_KEY @"users"#define GROUPNAME_KEY @"groupName"@interfaceViewController (){ UITableView *_tableView; NSMutableArray *_dataSource; BOOL ...
分类:移动开发   时间:2014-05-26 06:52:50    阅读次数:316
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!