<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>Apple 开发</title>
<link>http://www.lyttzx.com/plus/list.php?tid=100</link>
<description>开发技术 / 手机开发 / Apple 开发</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006 - 2008 http://www.lyttzx.com.泠云天天在线 All Rights Reserved&lt;br&gt;
	本站部分作品来源于网络，如若侵犯到您得权益，&lt;a href=&quot;mailto:lyttzx@lyttzx.com?subject=你侵犯我的权益&quot;&gt;&lt;b&gt;请与我们联系&lt;/b&gt;&lt;/a&gt;，泠云工作室将在第一时间作出回应&lt;br&gt;
	站长姓名：&lt;a href=&quot;mailto:lingyunyyh@sohu.com?subject=我有话说&quot;&gt;&lt;b&gt;泠云&lt;/b&gt;&lt;/a&gt;   
	站长邮箱：&lt;b&gt;lingyunyyh@sohu.com&lt;/b&gt;   
	站长QQ：&lt;a href=&quot;http://wpa.qq.com/msgrd?V=1&amp;amp;Uin=359167026&amp;amp;Site=www.lyttzx.com &amp;amp;Menu=no&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;359167026&lt;/b&gt;&lt;/a&gt;]]></generator>
<webmaster>lingyunyyh@163.com</webmaster>
<item>
    <title><![CDATA[NSDate]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6368</link>
    <description><![CDATA[NSDate 日期（NSDate）是NSString类的格式（stringWithFormat）,也可以改变输出，如果需要输出年代信息等则需要进行转换，等等。 NSDate存储的是世界标准时(UTC)，输出时需要根据时区转换为本]]></description>
    <pubDate>2011-06-08</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[在 iPhone SDK 4 、Xcode IDE 内显示代码的每行的数字]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6363</link>
    <description><![CDATA[在 iOS iPhone SDK 4 、Xcode IDE 内显示代码的每行的数字 在程序开发中代码的行数显示是很重要的，这方便了程序的查错和修改。 Xcode 安装后的默认行数显示是关闭的，我们现在把行数显示]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[基于腾讯微博 SDK 的 follow 代码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6362</link>
    <description><![CDATA[如果您的应用里加入了腾讯微博，想加入一键 follow 某人（比如开发者）的功能，首先下载腾讯微博的 SDK： http://open.t.qq.com/resource.php?i=3,1#sdk6 ，修改 QWeiboAsyncApi.m 和 QWeiboAsyncApi.h，增加]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[分享AdMob+iAd部署代码(iPhone软件开发用的)]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6361</link>
    <description><![CDATA[之前我的AdMob广告显示一直采用IBSupport模式，这两天搞搞In App Purchase(程序内购买)，又重新研究和测试了AdMob代码，终于可以丢掉IBSupport模式，进入全代码控制了。论坛内有人建议用AdW]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone程序中将内容分享到新浪微博]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6360</link>
    <description><![CDATA[因为要用到，所以找来，和大家分享： 1. 首先在 http://open.t.sina.com.cn / 中申请成为开发者，再创建不同的应用，获得相应的 App Key （在下面链接中的source即为app key） 2. 登录认证： NSS]]></description>
    <pubDate>2011-05-04</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[重写UIPageControl实现自定义按钮]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6354</link>
    <description><![CDATA[重写UIPageControl实现自定义按钮 有时候UIPageControl需要用到白色的背景, 那么会导致上面的点按钮看不见或不清楚, 我们可以通过继承该类重写函数来更换点按钮的图片现实. 实现思路如下]]></description>
    <pubDate>2011-04-06</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 手指拨动和UIpageControl的使用]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6353</link>
    <description><![CDATA[实现效果如下： 创建名为Viewchange的工程，再创建名为SwipeView的类和ｘｉｂ文件 在ViewchangeAppDelegate.h中实现： #import UIKit/UIKit.h @class ViewchangeViewController; @interface ViewchangeAppDelegate : NSObje]]></description>
    <pubDate>2011-04-06</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[一个格式化时间的函数]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6352</link>
    <description><![CDATA[#define MINUTES 60 #define HOURS 3600 #define DAYS 86400 - ( NSString * ) formatDate : ( NSString * ) input { NSDateFormatter * formatter = [ [ NSDateFormatter alloc ] init ] ; [ formatter setLocale : [ [ [ NSLocale alloc ] initWithLocaleId]]></description>
    <pubDate>2011-04-02</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[编写cover flow效果]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6351</link>
    <description><![CDATA[类似下面的效果，在iOS应用中很常见。另外，Mac OSX中也有，比如finder中： 在iOS下实现了一个类似的效果： 选图不好，都是深色的，看起来不是很清楚。 实现这种效果，大致可以有两种]]></description>
    <pubDate>2011-04-02</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ios实现CALayer层的动画点击]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6349</link>
    <description><![CDATA[利用CALayer可以实现复杂的动画效果，同时CALayer在运动过程中，需要点击CALayer，同时能够监控到点击的对象。下面是实现的效果和过程。 实现过程： #import AnimView.h @implementation AnimView]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[UITableView实现分页显示]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6348</link>
    <description><![CDATA[UITableview能够列表显示许多内容，也是我们开发中经常用的一个组件。我们经常会分页显示列表，如先显示10条记录，点击更多在添加10条，以此类推，下面是实现类似更多显示的一个]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ios生成pdf，并且以邮件的方式发送出去]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6347</link>
    <description><![CDATA[实现的效果： 主要代码： 组建pdf文档，并且加入了图片和文字： - (void) createPDF { NSMutableData* outputData = [[NSMutableData alloc] init]; CGDataConsumerRef dataConsumer = CGDataConsumerCreateWithCFData((CFMutable]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone iOS创建PDF文件]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6346</link>
    <description><![CDATA[参考了官方文档 ：《PDF Document Creation, Viewing, and Transforming》 pdf文档在iOS中是通过Quartz 2D库提供的api来操作的。iOS有两个图形库： Quartz 2D，是iOS原生的，简单易用，缺点是只有2D，仅限]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[将图片保存在iPhone的相册中]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6345</link>
    <description><![CDATA[有时候你的应用需要将应用中的图片保存到用户iPhone或者iTouch的相册中。 可以使用UIKit的这个类方法来完成。]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 保存图片及容错处理]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6344</link>
    <description><![CDATA[- ( void ) action_save_image : ( id ) sender { //UIImageWriteToSavedPhotosAlbum(image_gallery.image, nil, nil, nil); UIImageWriteToSavedPhotosAlbum ( image_gallery. image , self , ( SEL ) @selector ( image : didFinishSavingWithError : conte]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[创建没有按钮的UIAlertView]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6343</link>
    <description><![CDATA[默认的，UIAlertView都有一个或者多个按钮，如果你想创建没有按钮的UIAlertView，可以使用以下的方法]]></description>
    <pubDate>2011-03-28</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[IPhone之UIView中动画]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6340</link>
    <description><![CDATA[areAnimationsEnabled 返回一个布尔值表示动画是否结束。 + (BOOL)areAnimationsEnabled 返回值 如果动画结束返回YES，否则NO。 beginAnimations:context: 开始一个动画块 + (void)beginAnimations:(NSString *)animat]]></description>
    <pubDate>2011-02-21</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone openURL能帮助你运行Maps，SMS，Browser,Phone甚至]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6339</link>
    <description><![CDATA[ openURL的使用方法：]]></description>
    <pubDate>2011-02-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[UITableView 详细讲解]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6337</link>
    <description><![CDATA[－、建立 UITableView DataTable = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 420)]; [DataTable setDelegate:self]; [DataTable setDataSource:self]; [self.view addSubview:DataTable]; [DataTable release]; 二、UITableView各Me]]></description>
    <pubDate>2011-01-20</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[常用的几个提高iOS开发效率的开源类库及工具（]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6336</link>
    <description><![CDATA[几个常用的开源类库及下载地址: 1. json json编码解码 2. GTMBase64 base64编码解码 3. TouchXML xml解析 4. SFHFKeychainUtils 安全保存用户密码到keychain中 5. MBProgressHUD 很棒的一个加载等待特效框架]]></description>
    <pubDate>2011-01-20</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[Iphone 开发之 UIWebview]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6335</link>
    <description><![CDATA[1.当实例化的UIWebview 设置了属性 scalesPageToFit = YES; 当双击UIWebview时，webpage会进行缩放操作，取消webPage放大的操作，在HTML中加入下面字段。 meta name=viewport content=width=device-width, initial-s]]></description>
    <pubDate>2011-01-20</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone-显示EXC_BAD_ACCESS错误]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6334</link>
    <description><![CDATA[首先在Executables拦下点击getinfo 在Variables to be set in the environment 下添加环境变量NSZombieEnabled 当程序出现EXC_BAD_ACCESS错误的时候，在Debugger里会有类似下面的输出]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone-改变alert背景]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6333</link>
    <description><![CDATA[UIAlertView *theAlert = [[[UIAlertView alloc] initWithTitle:@Atention message: @I'm a Chinese! delegate:nil cancelButtonTitle:@Cancel otherButtonTitles:@Okay,nil] autorelease]; [theAlert show]; UIImage *theImage = [UIImage imageNamed:@loveC]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 4 摄像头是前后切换]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6332</link>
    <description><![CDATA[#import AVFoundation/AVFoundation.h // Switching between front and back cameras - ( AVCaptureDevice * ) cameraWithPosition : ( AVCaptureDevicePosition ) position { NSArray * devices = [ AVCaptureDevice devicesWithMediaType : AVMediaTypeVide]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone 数组乱序和顺序函数]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6331</link>
    <description><![CDATA[乱序 NSInteger SortImage(id num1, id num2, void *context){ int v1 = arc4random()%100; if (v1%2==0) return NSOrderedAscending; else if (v1%2==1) return NSOrderedDescending; else return NSOrderedSame; } 顺序 NSInteger OrderCate1(id num1,]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone Instruments工具使用]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6330</link>
    <description><![CDATA[最近常使用Instruments这个工具，我发现它对追踪游戏中的内存泄露非常有帮助。自从发现Instruments如此有用后，我就觉得写一篇文章介绍如何使用它来追踪内存泄露对其他人也会有帮助。]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[IPhone 程序的调试信息只在 debug 模式下输出]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6329</link>
    <description><![CDATA[iPhone 应用发布后，程序运行过程中尽量不要有调试 log 信息输出，因为这样会影响程序运行的效率。通过宏定义设置，使得程序只在 debug 模式下输出这些只对于我们开发者有用的信息，]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 设置日期格式]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6328</link>
    <description><![CDATA[不需要特别设置，只需要在dataFormat里设置类似yyyy-MMM-dd这样的格式就可以了 日期格式如下: y年Year1996; 96 M年中的月份MonthJuly; Jul; 07 w年中的周数Number27 W月份中的周数Number2 D年中的天数]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 使用自定义字体]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6327</link>
    <description><![CDATA[1、确定你的项目工程的resouce下有你要用的字体文件(.ttf,.odf)。 2、然后在你的工程的Info.plist文件中新建一行(Add Row)，添加key为：UIAppFonts,类型为Array或Dictionary都行；添加Value为XXX.ttf（你]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 电子书的分页显示功能的代码]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6326</link>
    <description><![CDATA[制作 iPhone 电子书时，如果把大段文字放在 UITextView 或 UILabel 里显示，是不能分页的，阅读时就像再看一大卷滚不到头的纸带，用户体验很差。下面这段代码可以实现 UILabel 尺寸固定，]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[App Store 审核指南]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6325</link>
    <description><![CDATA[苹果对开发者提交的应用的审核之严格是出了名的，了解苹果的审核标准对于开发者防止应用被拒有着十分重要的意义。几天前苹果官方公布了 App Store 审核指南，后经 译言网 翻译成了]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 读取电话本数据]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6324</link>
    <description><![CDATA[ABAddressBookRef currentAddressBook = ABAddressBookCreate(); CFArrayRef contactArray = ABAddressBookCopyArrayOfAllPeople(currentAddressBook); NSArray *myContactArray = (NSArray *)contactArray; for(int i = 0; i [myContactArray count]; i++){]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 获得电话事件的方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6323</link>
    <description><![CDATA[用于捕获 iPhone 通话事件，这样有助于开发者在应用里添加靠电话播出或接入来触发的功能，比如电话录音。代码介绍如下 CTCallCenter *center = [[CTCallCenter alloc] init]; center.callEventHandler =]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone判断用户输入的邮箱地址是否合法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6322</link>
    <description><![CDATA[电子邮箱的地址里允许使用的字符是特殊的，我们可以在应用里加入邮箱地址合法性判断功能，防止用户输入错误的字符。代码： - (BOOL) validateEmail: (NSString *) candidate { NSString *emailRege]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone使用CoreTelephony获得SIM卡网络运营商名称]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6321</link>
    <description><![CDATA[注意要加头文件目录 /System/Library/Frameworks/CoreTelephony.framework/Headers 到 build 设置 Header Search Paths，并在使用到这些类中加头文件，例如 1. #import CTCarrier.h 2. #import CTTelephonyNetworkInfo.h iOS 4.]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone tableview分批显示数据]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6320</link>
    <description><![CDATA[iPhone屏幕尺寸是有限的，如果需要显示的数据很多，可以先数据放到一个table中，先显示10条，table底部有一察看更多选项，点击察看更多查看解析的剩余数据。基本上就是数据源里先只]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone下文件之前获取到文件大小的]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6319</link>
    <description><![CDATA[[m_pASIHTTPRequest setDidReceiveResponseHeadersSelector:@selector(didReceiveResponseHeaders:)]; - (void)didReceiveResponseHeaders:(ASIHTTPRequest *)request { NSLog(@didReceiveResponseHeaders %@,[m_request.responseHeaders valueForKey:@Conten]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone删除所有联系人]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6318</link>
    <description><![CDATA[在工程中加入： AddressBook.framework 头文件中引入： #import AddressBook/AddressBook.h //打开电话本数据库 ABAddressBookRef addressRef=ABAddressBookCreate(); //返回所有联系人到一个数组中 CFArrayRef personArr]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone 异步加载图片]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6317</link>
    <description><![CDATA[AsyncImageView.h文件 @interface AsyncImageView : UIView { NSURLConnection * connection; NSMutableData * data; } @end AsyncImageView.m文件 @implementation AsyncImageView - ( void ) loadImageFromURL : ( NSURL * ) url { if ( connection !=]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone横竖屏转换]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6316</link>
    <description><![CDATA[第一种：通过人为的办法改变view.transform的属性。 具体办法： view.transform一般是View的旋转，拉伸移动等属性，类似view.layer.transform，区别在于 View.transform是二维的，也就是使用仿射的办]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone开发常用代码2]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6315</link>
    <description><![CDATA[- (NSString *)URLEncodedString:(NSString *)string{ NSString *result = (NSString *)CFURLCreateStringByAddingPercentEscapes(kCFAllocatorDefault, (CFStringRef)string,NULL,CFSTR(!*'();:@=+$,/?%#[]),kCFStringEncodingUTF8); [result autorelease];]]></description>
    <pubDate>2011-01-18</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[UITableView]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6313</link>
    <description><![CDATA[－、建立 UITableView DataTable = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 320, 420)]; [DataTable setDelegate:self]; [DataTable setDataSource:self]; [self.view addSubview:DataTable]; [DataTable release]; 二、UITableView各Me]]></description>
    <pubDate>2011-01-14</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iphone viewDidUnload释疑]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6302</link>
    <description><![CDATA[由 init 、 loadView 、 viewDidLoad 、 viewDidUnload 、 dealloc 的关系说起 init 方法 在 init 方法中 实 例化必要的 对 象（遵从 LazyLoad 思想） init 方法中初始化 ViewController 本身 loadView 方法 当 vie]]></description>
    <pubDate>2011-01-07</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPad和iPhone的app图标尺寸、用途、设置方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6299</link>
    <description><![CDATA[下面是在iPhone专用程序、iPad专用程序和通用程序中使用图标文件的指导，由译言网翻译自 苹果官方文档 。原文 http://article.yeeyan.org/view/395/100567 注意：图标是你的程序包所必需的组成部]]></description>
    <pubDate>2010-12-21</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone Network Connectivity Test Example]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6298</link>
    <description><![CDATA[Every iPhone developer that has integrated a network connection based application has had to follow the Apple HID (Human Interface Design) rules. This means, that in order to get the Apple reviewers to sign-off on your application, you have]]></description>
    <pubDate>2010-12-21</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[让程序以苹果官方允许的方式退出]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6297</link>
    <description><![CDATA[最近大家都在做盗版判断(友盟 umeng.com 最新的统计sdk里已经包含了判断接口, 推荐大家使用, 具体判断方法还没去研究) 那么判断是盗版, 最友好不伤用户自尊的方法是给一个提示 说您正]]></description>
    <pubDate>2010-12-17</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[把UIView覆盖到状态栏上的方法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6296</link>
    <description><![CDATA[最近 iPhone 上的一个新闻阅读 软件 Reeder 更新了, 非常好用, 稳定,而且速度飞快. 用了之后 我立马就把原来的 Byline 删除了. 这个 软件 征服我这个吹毛求疵的人的一个地方, 其实在于一个]]></description>
    <pubDate>2010-12-17</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[简单iPhone视频播放器]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6295</link>
    <description><![CDATA[在应用MP库之前是必要将其导入的，前次忘记了，这回将截图发上来 最终在左侧找到Targets 然后打开，双击这个工程名 你就可以看到下面的图了 点击左下角的+号 找到MediaPlayer.framework]]></description>
    <pubDate>2010-12-17</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPad 开发技术与案例分析]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6294</link>
    <description><![CDATA[文/柯博文 2010年最热门的电子产品是什么？目前记录看来就是第一天销售30万台的AppleiPad。因为太超过预期的热卖了，让苹果电脑临时决定将出货到其他国家的时间延后一到五个月。这]]></description>
    <pubDate>2010-12-17</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[Application Loader 使用图解教程]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6290</link>
    <description><![CDATA[以前说过 7月22号起，开发者只能用 Application Loader 上传应用 ，考虑到以前很多开发者都是用网页直接上传的方式提交应用，没有使用Application Loader的经验， CocoaChina 版主 四毛钱 为大家]]></description>
    <pubDate>2010-12-09</pubDate>
    <category>Apple 开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>

</channel>
</rss>

