iOS
文章平均质量分 57
儿大不由爷
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iOS:WebView 加载PDF文件
Loading a local PDF file into the iOS web view http://gssdaily.com/forum/viewtopic.php?f=20&t=1958 by steave » Sat Jul 02, 2011 5:16 pm Loading a local PDF file into the iOS web view Cod转载 2013-01-30 16:57:17 · 2784 阅读 · 0 评论 -
ios:定制UILabel
iOS UI Label Customizing Tutorial http://gssdaily.com/forum/viewtopic.php?f=21&t=69067 by jack » Tue Jun 26, 2012 8:49 pm iOS UI Label Customizing Tutorial Customizing a iOS UI Label Her转载 2013-01-30 17:06:38 · 1087 阅读 · 0 评论 -
Top 10 Most Useful iOS Libraries to Know and Love
Top 10 Most Useful iOS Libraries to Know and Love http://www.raywenderlich.com/21987/top-10-most-useful-ios-libraries-to-know-and-love Tweet The winner’s plaque This is a post by iOS Tutoria转载 2012-11-13 10:13:43 · 1116 阅读 · 0 评论 -
iPhone 应用以Landscape 模式启动
iPhone Landscape转载 2011-07-21 13:43:54 · 1366 阅读 · 0 评论 -
iPhone 获得Mac地址
By PyjamaSam/* * IPAddress.h * PersonalProxy * * Created by Chris Whiteford on 2009-02-20. * Copyright 2009 __MyCompanyName__. All right转载 2011-07-19 17:37:25 · 761 阅读 · 0 评论 -
iPhone 截取屏幕图片
By DenNukemif ([[UIScreen mainScreen] respondsToSelector:@selector(scale)]) UIGraphicsBeginImageContextWithOptions(self.window.bounds.siz转载 2011-07-19 17:55:48 · 744 阅读 · 0 评论 -
Objective-C 弱类型的大弱点
A big weakness in Objective-C's weak typinghttp://cocoawithlove.com/2011/06/big-weakness-of-objective-c-weak-typing.htmlWe generally assume转载 2011-07-16 10:36:24 · 935 阅读 · 0 评论 -
iOS 通过HTTP获取和解析XML或者JSON 的类
Classes for fetching and parsing XML or JSON via HTTPhttp://cocoawithlove.com/2011/05/classes-for-fetching-and-parsing-xml-or.htmlIn this po转载 2011-07-16 10:32:05 · 922 阅读 · 0 评论 -
iOS 多版本,编程技巧
Tips & Tricks for conditional iOS3, iOS3.2 and iOS4 codehttp://cocoawithlove.com/2010/07/tips-tricks-for-conditional-ios3-ios32.htmlIn this转载 2011-07-16 10:28:41 · 777 阅读 · 0 评论 -
iPhone FlowCover
iPhone FlowCover转载 2011-07-24 10:34:07 · 839 阅读 · 0 评论 -
iOS OpenFlow: CoverFlow 实现
iOS CoverFlow转载 2011-07-24 10:38:01 · 1226 阅读 · 0 评论 -
iPhone 检测互联网连接
iPhone 互联网连接转载 2011-07-24 10:20:46 · 833 阅读 · 0 评论 -
iPhone 判断是iPhone 4还是iPhone 3
if ([[UIScreen mainScreen] respondsToSelector:@selector(scale)] && [[UIScreen mainScreen] scale] == 2){ //iPhone 4}原创 2011-07-21 16:02:41 · 1010 阅读 · 0 评论 -
iPhone 动态添加UIButton
iPhone 动态 UIButton转载 2011-07-19 17:42:00 · 1810 阅读 · 0 评论 -
iPhone 创建UIButton
iPhone UIButton转载 2011-07-21 12:59:17 · 631 阅读 · 0 评论 -
iOS 将应用与文件关联起来
By Brad LarsonFile type handling is new with iPhone OS 3.2, and is different than the already-existing custom URL schemes. You can register转载 2011-07-21 22:14:17 · 1741 阅读 · 0 评论 -
iPhone 例子代码
Apple Sample Code: http://developer.apple.com/iphone/library/navigation/SampleCode.htmlApps Amuck 31 days: http://appsamuck.com/Beginning iP原创 2011-07-21 22:25:40 · 710 阅读 · 0 评论 -
iPhone 程序拨号,发送DTMF
iPhone 程序拨号,发送DTMF转载 2011-07-21 14:31:25 · 1040 阅读 · 0 评论 -
Objective C 除去字符串中的空格
NSString *theString = @" Hello this is a long string! ";theString = [theString stringByReplacingOccurrencesOfString:@" +"原创 2011-07-21 14:24:35 · 1228 阅读 · 0 评论 -
iOS 开源 库/框架/项目
Three20 -- Custom UI classes used in the Facebook applicationCocoaHelpers -- Extensions to common classesMBProgressHUD -- Replacement for th转载 2011-07-11 14:54:04 · 1109 阅读 · 0 评论 -
iPhone 获取设备唯一标示
通过,<br />NSString*num =[[NSUserDefaults standardUserDefaults] stringForKey:@"SBFormattedPhoneNumber"];<br /> 可以获得手机号码,这个是iTune激活时候添入的,并不是SIM卡中的,<br /> 但是使用这个API之后程序会被苹果拒绝,这个有安全隐患。 所以就别想取电话号码了,可以使用如下替代:<br /><br /><br /> NSString*phoneName =[[UIDevice cu原创 2011-06-01 17:46:00 · 1296 阅读 · 0 评论 -
iPhone 判断手机晃动
iPhone 判断手机晃动转载 2011-04-04 09:24:00 · 1515 阅读 · 0 评论 -
iPhone HTTPS 访问非信任站点(使用非信任证书,untrusted certificate)
1. There is a supported API for accomplishing this! Add something like this to your NSURLConnection delegate: - (BOOL)connection:(NSURLCo转载 2011-08-09 17:28:53 · 2564 阅读 · 0 评论 -
iOS 系统网络抓包
http://www.cnblogs.com/ydhliphonedev/archive/2011/10/27/2226935.html iOS系统网络抓包方法 在进行iOS开发过程中,经常会遇到各种各样的网络访问问题,以前苦于没有抓包工具,很多网络问题解决起来很痛苦。现在终于好了,本文提供两种方式进行网络抓包: 1. 网络共享 + 可视化抓包工具 基本原理 原理比较简转载 2012-03-08 09:38:20 · 1374 阅读 · 0 评论 -
开源的移动应用框架
ll young programmers out there already aware by now, if they want to survive for years to come then they should prepare themselves for the waves of mobile application trends. with the successful camp转载 2011-12-15 09:36:58 · 757 阅读 · 0 评论 -
xcode 中使用iPhone私有API
http://aralbalkan.com/2106 Today I had to use a private API while spiking a feature for an iPhone app I'm working on and I ran into a couple of gotchas along the way. There doesn't seem to be a si转载 2011-11-02 11:50:16 · 1479 阅读 · 0 评论 -
iPhone 下应用中发送短信
iPhone Tutorial: How to send In-App SMS Posted by Mugunth Kumar on Jun 15, 2010 in Coding Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on转载 2011-10-31 18:54:52 · 920 阅读 · 0 评论 -
iOS 文件相关操作
// Basic File operations // Assumes the existence of a file called “testfile" // in the current directory #import int main (int a转载 2011-08-25 16:52:15 · 683 阅读 · 0 评论 -
iPhone Navigation Bar Title text color
Add a new label object to Interface Builder. Create an IBOutlet property in Xcode and connect it up to it. In the code below I've calle转载 2011-08-18 21:21:58 · 1257 阅读 · 0 评论 -
一个比较不错的iOS开源库
https://github.com/AlanQuatermain 一个比较不错的iOS开源库原创 2011-08-19 11:39:13 · 602 阅读 · 0 评论 -
iPHone 判断UITableView 滚动到底部
iPHone UITableView 滚动 底部转载 2011-08-12 14:38:22 · 1738 阅读 · 0 评论 -
对NSDictionary 中的数据排序
<br />from stackoverflow<br />myComparison this比较两个值得方法<br /> <br />NSMutableArray* tempArray = [NSMutableArray arrayWithArray:[myDict allKeys]]; [tempArray sortedArrayUsingSelector:@selector(myComparison:)];<br />for (Foo* f in tempArray)<br />{ <br />Val转载 2011-04-04 10:36:00 · 1385 阅读 · 0 评论 -
iPHone xcode导入SVN工程提示 证书问题无法导入
用xcode 导入SVN工程时可能会提示,这个书不是授权组织发布的,需要要使用的话需要手动验证Fingerprint(Use the fingerprint to validate the certificate manually),大概是这个意思。 这时启动控制台,然后输原创 2011-08-08 11:35:53 · 1289 阅读 · 0 评论 -
iOS 取得系统版本号
iPhone 系统版本原创 2011-07-16 10:20:10 · 571 阅读 · 0 评论 -
iPhone 应用中发送邮件
by PeyloW On iPHone OS 3.0 and later you should use the MFMailComposeViewController class, and the MFMailComposeViewControllerDelegate proto转载 2011-07-21 22:35:37 · 600 阅读 · 0 评论 -
iPhone 导航栏标题颜色
BY Steven FisherYou need to use a UILabel as the titleView of the navigationItem.The label should: Have a clear background color (label.b转载 2011-07-21 15:26:50 · 1175 阅读 · 0 评论 -
iPhone 通过CLLocation 取得当前位置
BY Brad SmithWhat I do is implement a singleton class to manage updates from core location. To access my current location, I do a CLLocation转载 2011-07-19 18:03:10 · 2198 阅读 · 0 评论
分享