码迷,mamicode.com
首页 >  
搜索关键字:ios uiimage去掉渲染    ( 55899个结果
等待指示器(1) -- UIActivityIndicatorView控件
iOS提供两种等待指示器:等待指示器控件(UIActivityIndicatorView)和网络等待指示器。下面介绍UIActivityIndicatorView的使用:1、使用目的:APP请求网络资源,请求的数据需要一段时间才能返回,为了给用户更好的体验,使用等待指示器。2、使用方式\方法:从技术...
分类:其他好文   时间:2014-05-10 08:33:08    阅读次数:463
ios fix UIRefreshControl bug
NS_CLASS_AVAILABLE_IOS(6_0) UIRefreshControl 有个毛病有时会出bug 动画下拉就不动了,这里给出修复处理:@interface UICollectionView (FixRefreshControlJump)@end#import "UICollectio...
分类:移动开发   时间:2014-05-10 07:44:40    阅读次数:529
iOS中使用block传值
转自:http://blog.sina.com.cn/s/blog_60b45f230100yiaf.html用此方法传值可以替代委托了。具体例子:MainView.h#import @interface MainView : UIViewController{ IBOutlet UIButt...
分类:移动开发   时间:2014-05-10 07:43:17    阅读次数:403
iCloud介绍
iCloud是苹果的云服务技术,它的重点是提供数据的存储服务。苹果为每个用户免费提供5GB的云服务空间。iCloud被整合到iOS 5和Mac OS X v10.7.4中,使用这些设备的用户,只需要在多个设备中设置苹果账号(Apple ID)就可以同步、共享和备份数据。例如:我的iPhone手机上的...
分类:其他好文   时间:2014-05-10 06:32:24    阅读次数:337
Fix the iOS code signing issue when using Jenkins
This week I setup the Jenkins on my Mac and try to build iOS applications. unfortunately I got the code signing issues, either I use xcode plugin or x...
分类:移动开发   时间:2014-05-10 06:22:45    阅读次数:347
iOS封装自己的类
ios中ASIHTTPRequst的封装ios - 对AFNetWorking库的进一步封装[iOS]封装单例类ios 封装sqllite3接口ios中封装网络请求类ios中封装网络和tableview的综合运用ios iphone编程中使用封装的NSLog来打印调试信息
分类:移动开发   时间:2014-05-10 06:02:54    阅读次数:691
ios UITableView 相关
tableView 实现的方法 无分组的cell #pragma mark - Table view data source - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return self.contacts.count; } - (UITable...
分类:移动开发   时间:2014-05-09 21:03:32    阅读次数:424
iOS的MVC模式
http://blog.devtang.com/blog/2012/02/05/mvc-in-ios-develop/
分类:移动开发   时间:2014-05-09 19:52:57    阅读次数:238
IOS App 后台运行
使用block的另一个用处是可以让程序在后台较长久的运行。在以前,当app被按home键退出后,app仅有最多5秒钟的时候做一些保存或清理资源的工作。但是应用可以调用UIApplication的beginBackgroundTaskWithExpirationHandler方法,让app最多有10分...
分类:移动开发   时间:2014-05-09 19:50:04    阅读次数:321
《iOS 7 应用开发实战详解》
《iOS 7 应用开发实战详解》基本信息作者: 朱元波 管蕾出版社:人民邮电出版社ISBN:9787115343697上架时间:2014-4-25出版日期:2014 年5月开本:16开页码:382版次:1-1所属分类:计算机 > 软件与程序设计 > 移动开发 > iPhone更多关于》》》《iOS ...
分类:移动开发   时间:2014-05-09 19:31:50    阅读次数:449
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!