51CTO博客开发
当我们使用asihttprequest做断点续传下载请求时,需要跟踪下载的速度,通常我们需要设置UIProgress的Delegate [reqeust setDownloadProgressDelegate:self]; [request setAllowResumeForFileDownloads:YES];然后调用-(void)request:(ASIHTTPRequest *)reque
一、首先访问 http://developer.android.com/sdk/index.html 二、先说机器上没有eclipse的情况(另一种情况请直接看第七步) 也就是选择 ADT Bundle for windows 按钮 之后出来一个license的确认窗口,选择使用对应的选择 三、点击 Download
最近项目中要求修改searchbar的风格,查了一些资料,简单总结一下。 1. 修改searchbar背景和其中textfield的背景 mySearchBar.backgroundColor = [UIColor clearColor]; for (UIView *subview in mySearchBar.subviews) { &n
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号