<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iPhone Tutorial for Beginner &#124; Programmer &#124; Developer&#187; Cydia</title>
	<atom:link href="http://adeem.me/blog/category/iphone/cydia/feed/" rel="self" type="application/rss+xml" />
	<link>http://adeem.me/blog</link>
	<description>Help to build mobile applications for Apple Store</description>
	<lastBuildDate>Fri, 18 Jun 2010 08:49:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>iPhone SDK Tutorial &#8211; {Part 5}: Add, Delete &amp; Reorder UITableView Rows</title>
		<link>http://adeem.me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/</link>
		<comments>http://adeem.me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/#comments</comments>
		<pubDate>Fri, 29 May 2009 07:10:28 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[UITableView]]></category>
		<category><![CDATA[UITableViewCell]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[add delete reorder]]></category>
		<category><![CDATA[interface builder]]></category>
		<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[iPhone SDK Video Tutorials]]></category>
		<category><![CDATA[iPhone UITableView Tutorial]]></category>
		<category><![CDATA[tutorial for iphone]]></category>
		<category><![CDATA[UITableView iPhone programming]]></category>
		<category><![CDATA[UITableView Tutorial]]></category>
		<category><![CDATA[UITableView using NSArray]]></category>
		<category><![CDATA[video tutorials]]></category>
		<category><![CDATA[your iphone application]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=399</guid>
		<description><![CDATA[This tutorial will explain, how you can change the UITableView data. In this tutorial, I will add, delete and re-order rows in UITableView. I will be using navigation code here.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/05/20/iphone-sdk-tutorial-part-3-grouped-uitableview/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial: {Part 3} Grouped UITableView'>iPhone Programming Tutorial: {Part 3} Grouped UITableView</a> <small>I am going to write series of UITableView tutorials (Video...</small></li>
<li><a href='http://adeem.me/blog/2009/05/19/iphone-programming-tutorial-part-1-uitableview-using-nsarray/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial &#8211; {Part 1} UITableView using NSArray'>iPhone Programming Tutorial &#8211; {Part 1} UITableView using NSArray</a> <small>Creating iPhone Tutorial Introduction: I am going to write series...</small></li>
<li><a href='http://adeem.me/blog/2009/05/30/iphone-sdk-tutorial-part-6-creating-custom-uitableviewcell-using-interface-builder-uitableview/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial: Part 6: Creating custom UITableViewCell Using Interface Builder [UITableView]'>iPhone Programming Tutorial: Part 6: Creating custom UITableViewCell Using Interface Builder [UITableView]</a> <small>This tutorial will help you to create custom rows in...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/05/29/iphone-sdk-tutorial-add-delete-reorder-uitableview-row/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>iPhone Programming Tips: Dialing number, opening Email &amp; SMS applications</title>
		<link>http://adeem.me/blog/2009/05/27/iphone-sdk-tips-dialling-number-opening-email-sms-applications/</link>
		<comments>http://adeem.me/blog/2009/05/27/iphone-sdk-tips-dialling-number-opening-email-sms-applications/#comments</comments>
		<pubDate>Wed, 27 May 2009 18:13:40 +0000</pubDate>
		<dc:creator>zubair.daud</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[UITableView]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[address book]]></category>
		<category><![CDATA[dialing number]]></category>
		<category><![CDATA[email client]]></category>
		<category><![CDATA[iPhone SDK Tutorial]]></category>
		<category><![CDATA[iPhone SDK Tutorials]]></category>
		<category><![CDATA[openurl]]></category>
		<category><![CDATA[phonenumber]]></category>
		<category><![CDATA[sdk 2]]></category>
		<category><![CDATA[sms application]]></category>
		<category><![CDATA[test mail]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=387</guid>
		<description><![CDATA[Introduction iPhone SDK did not gives you full control over iPhone functionality. But there are few things you can do using iPhone SDK, like, you can dial a number from your application, you can open an email and SMS client from your application. Request Full Filled This tutorial is for Sudha who requested for this [...]


Related posts:<ol><li><a href='http://adeem.me/blog/2009/06/24/iphone-tutorial-part-7-adding-picture-table-interface-builder-uitableview/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial {Part 7}: Adding Pictures into your table using Interface builder'>iPhone Programming Tutorial {Part 7}: Adding Pictures into your table using Interface builder</a> <small>Creating iPhone Application: Introduction: I am going to write series...</small></li>
<li><a href='http://adeem.me/blog/2009/08/07/five-things-you-should-know-for-building-iphone-applications/' rel='bookmark' title='Permanent Link: Five things you should know for building iPhone applications'>Five things you should know for building iPhone applications</a> <small>Five things you know before you start developing iPhone applications:...</small></li>
<li><a href='http://adeem.me/blog/2009/05/19/iphone-sdk-tutorial-complete-list-of-uitableview-tutorials-videos/' rel='bookmark' title='Permanent Link: iPhone Programming Tutorial: Complete List of UITableView Tutorials + Videos'>iPhone Programming Tutorial: Complete List of UITableView Tutorials + Videos</a> <small>Complete List of UITableView tutorials plus few video tutorials as...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/05/27/iphone-sdk-tips-dialling-number-opening-email-sms-applications/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iPhone Video Tutorial: Bypassing Code Signature in Xcode &amp; Installing jail-break application to iPhone</title>
		<link>http://adeem.me/blog/2009/05/15/video-tutorial-bypassing-code-signature-in-xcode-installing-jail-break-application-to-iphone/</link>
		<comments>http://adeem.me/blog/2009/05/15/video-tutorial-bypassing-code-signature-in-xcode-installing-jail-break-application-to-iphone/#comments</comments>
		<pubDate>Sat, 16 May 2009 06:01:54 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Jail break]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[bypass code signature]]></category>
		<category><![CDATA[complete list of steps]]></category>
		<category><![CDATA[creating your build form xcode]]></category>
		<category><![CDATA[iPhone Video Tutorial]]></category>
		<category><![CDATA[step by step guide]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=294</guid>
		<description><![CDATA[Video Tutorial to bypass code signature in Xcode and installing application to jail break iPhone. Verify generated build and then install in to jail-break iPhone. Three videos to explain each and every step required to bypass code signature and verify your build.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/03/29/bypass-code-signature-published-your-application-on-cydia/' rel='bookmark' title='Permanent Link: Bypass Code Signature &#038; Published Your Application on Cydia'>Bypass Code Signature &#038; Published Your Application on Cydia</a> <small>Published iPhone Application On Cydia. Build your application for jail...</small></li>
<li><a href='http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/' rel='bookmark' title='Permanent Link: List/Guideline for submitting iPhone Application to Apple Store'>List/Guideline for submitting iPhone Application to Apple Store</a> <small>Creating Certificate for your application and then make provisioning profile...</small></li>
<li><a href='http://adeem.me/blog/2009/08/04/basic-questions-before-you-start-iphone-development/' rel='bookmark' title='Permanent Link: Basic Questions before You start iPhone Development'>Basic Questions before You start iPhone Development</a> <small>One person from India asked me few question for iPhone...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/05/15/video-tutorial-bypassing-code-signature-in-xcode-installing-jail-break-application-to-iphone/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>iPhone Tutorial (Part 2): Localizing your iPhone application</title>
		<link>http://adeem.me/blog/2009/05/10/tutorial-part-2-localizing-your-iphone-application/</link>
		<comments>http://adeem.me/blog/2009/05/10/tutorial-part-2-localizing-your-iphone-application/#comments</comments>
		<pubDate>Sun, 10 May 2009 13:47:33 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Localization]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[French or German translation of your iPhone application]]></category>
		<category><![CDATA[iPhone localization]]></category>
		<category><![CDATA[localizable.strings]]></category>
		<category><![CDATA[localized]]></category>
		<category><![CDATA[multiple language in your application]]></category>
		<category><![CDATA[use of genstrings]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=271</guid>
		<description><![CDATA[This is part 2 of localizing your iPhone applications. First tutorial use nib (xib) files to localized your iPhone application and this tutorial explain how you can use genstrings to generate Localizable.strings and make your application localized in French language.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/05/09/tutorial-iphone-localization-in-xib-nib-files/' rel='bookmark' title='Permanent Link: Tutorial: iPhone Localization in Xib (Nib) Files'>Tutorial: iPhone Localization in Xib (Nib) Files</a> <small>This tutorial explain how you can localized your iPhone application....</small></li>
<li><a href='http://adeem.me/blog/2009/05/03/tutorial-part-2-same-xcode-project-create-multiple-products-for-iphone-using-script/' rel='bookmark' title='Permanent Link: Tutorial Part 2 &#8211; Same Xcode Project Create Multiple Products for iPhone'>Tutorial Part 2 &#8211; Same Xcode Project Create Multiple Products for iPhone</a> <small> Some times you need to create two version of...</small></li>
<li><a href='http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/' rel='bookmark' title='Permanent Link: List/Guideline for submitting iPhone Application to Apple Store'>List/Guideline for submitting iPhone Application to Apple Store</a> <small>Creating Certificate for your application and then make provisioning profile...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/05/10/tutorial-part-2-localizing-your-iphone-application/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>List/Guideline for submitting iPhone Application to Apple Store</title>
		<link>http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/</link>
		<comments>http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:26:14 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Jail break]]></category>
		<category><![CDATA[Provisioning Profile]]></category>
		<category><![CDATA[Submission Guideline]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Submissiong guideline]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=37</guid>
		<description><![CDATA[Creating Certificate for your application and then make provisioning profile for your application. Then submit your application to apple store using itunesconnect.


Related posts:<ol><li><a href='http://adeem.me/blog/2009/04/24/tutorial-list-guideline-for-building-ad-hoc-application-for-iphone/' rel='bookmark' title='Permanent Link: List/Guideline for creating Ad Hoc/Distribution Build for iPhone'>List/Guideline for creating Ad Hoc/Distribution Build for iPhone</a> <small>Tutorial to help you create Ad Hoc build for your...</small></li>
<li><a href='http://adeem.me/blog/2009/03/29/bypass-code-signature-published-your-application-on-cydia/' rel='bookmark' title='Permanent Link: Bypass Code Signature &#038; Published Your Application on Cydia'>Bypass Code Signature &#038; Published Your Application on Cydia</a> <small>Published iPhone Application On Cydia. Build your application for jail...</small></li>
<li><a href='http://adeem.me/blog/2009/08/04/basic-questions-before-you-start-iphone-development/' rel='bookmark' title='Permanent Link: Basic Questions before You start iPhone Development'>Basic Questions before You start iPhone Development</a> <small>One person from India asked me few question for iPhone...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Bypass Code Signature &amp; Published Your Application on Cydia</title>
		<link>http://adeem.me/blog/2009/03/29/bypass-code-signature-published-your-application-on-cydia/</link>
		<comments>http://adeem.me/blog/2009/03/29/bypass-code-signature-published-your-application-on-cydia/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 17:36:30 +0000</pubDate>
		<dc:creator>Adeem Basraa</dc:creator>
				<category><![CDATA[Cydia]]></category>
		<category><![CDATA[Jail break]]></category>
		<category><![CDATA[Xcode]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Bypass Code Signature & Published Your Application on Cydia]]></category>
		<category><![CDATA[tool chain break code signature]]></category>

		<guid isPermaLink="false">http://adeem.me/blog/?p=13</guid>
		<description><![CDATA[Published iPhone Application On Cydia. 
Build your application for jail break iPhone.
Packaging it to Cydia


Related posts:<ol><li><a href='http://adeem.me/blog/2009/05/15/video-tutorial-bypassing-code-signature-in-xcode-installing-jail-break-application-to-iphone/' rel='bookmark' title='Permanent Link: iPhone Video Tutorial: Bypassing Code Signature in Xcode &#038; Installing jail-break application to iPhone'>iPhone Video Tutorial: Bypassing Code Signature in Xcode &#038; Installing jail-break application to iPhone</a> <small>Video Tutorial to bypass code signature in Xcode and installing...</small></li>
<li><a href='http://adeem.me/blog/2009/08/04/basic-questions-before-you-start-iphone-development/' rel='bookmark' title='Permanent Link: Basic Questions before You start iPhone Development'>Basic Questions before You start iPhone Development</a> <small>One person from India asked me few question for iPhone...</small></li>
<li><a href='http://adeem.me/blog/2009/04/04/list-guideline-for-submitting-iphone-application-to-apple-store/' rel='bookmark' title='Permanent Link: List/Guideline for submitting iPhone Application to Apple Store'>List/Guideline for submitting iPhone Application to Apple Store</a> <small>Creating Certificate for your application and then make provisioning profile...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://adeem.me/blog/2009/03/29/bypass-code-signature-published-your-application-on-cydia/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>
