<?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>droolJunkie&#187; ipad</title>
	<atom:link href="http://www.drooljunkie.com/tag/ipad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drooljunkie.com</link>
	<description>Not just another tech Blog</description>
	<lastBuildDate>Thu, 10 Mar 2011 18:49:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Beginning iPhone App Dev Issues: Part 4 (Multiple lines in navigation bar&#8217;s title)</title>
		<link>http://www.drooljunkie.com/2011/03/beginning-iphone-app-dev-issues-part-4-multiple-lines-in-navigation-bars-title/</link>
		<comments>http://www.drooljunkie.com/2011/03/beginning-iphone-app-dev-issues-part-4-multiple-lines-in-navigation-bars-title/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 18:49:44 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[lines]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=785</guid>
		<description><![CDATA[Many a times, we need the UINavigation bar title to have more than one line, we can do this easily by customizing the titleView of the UINavigationItem. The following method would help you get started: - (void)customNavBarTitle: (NSString *)titleStr { UILabel *titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(([self.title length] &#38;lt; 10 ? UITextAlignmentCenter : UITextAlignmentLeft), 0, 480,44)]; [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2011/03/beginning-iphone-app-dev-issues-part-4-multiple-lines-in-navigation-bars-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone SDK 3.2: whats new?</title>
		<link>http://www.drooljunkie.com/2010/05/iphone-sdk-3-2-whats-new/</link>
		<comments>http://www.drooljunkie.com/2010/05/iphone-sdk-3-2-whats-new/#comments</comments>
		<pubDate>Wed, 05 May 2010 19:31:14 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone 3.2]]></category>
		<category><![CDATA[iphone sdk 3.2]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=554</guid>
		<description><![CDATA[With the latest announcement of iPad, what came along is the iPhone&#8217;s new SDK 3.2. Other than featuring iPad only split views and pop overs shown extensively during the Steve&#8217;s presentation, there are many more elements which look really interesting and would be very worthy for business and student oriented apps. I am listing a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/05/iphone-sdk-3-2-whats-new/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search for a Regular Expression: iPhone/iPad Development</title>
		<link>http://www.drooljunkie.com/2010/04/search-for-a-regular-expression-iphoneipad-development/</link>
		<comments>http://www.drooljunkie.com/2010/04/search-for-a-regular-expression-iphoneipad-development/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 21:39:42 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=673</guid>
		<description><![CDATA[There are several instances when we need to search for specific type of text in a string or document. For example, searching for a URL in a HTML file, confirming e-mail address in a web form field and so on. The easiest way to get around this is by using an open source library called: [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/04/search-for-a-regular-expression-iphoneipad-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPad: Overhyped?</title>
		<link>http://www.drooljunkie.com/2010/02/ipad-overhyped/</link>
		<comments>http://www.drooljunkie.com/2010/02/ipad-overhyped/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 19:47:42 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[apple ipad]]></category>
		<category><![CDATA[apple tablet]]></category>
		<category><![CDATA[buy ipad?]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ipad overhype]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=584</guid>
		<description><![CDATA[Last week&#8217;s most read post on DJ was about no other gadget than iPad. Apart from being the most read, we got a lot of questions, comments, critics and arguments about it. Before moving ahead, one thing that most of us would agree on is that, Apple&#8217;s tablet was definitely overhyped. There are more than [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/02/ipad-overhyped/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The iPad Launch: start of a new era??</title>
		<link>http://www.drooljunkie.com/2010/02/the-ipad-launch-start-of-a-new-era/</link>
		<comments>http://www.drooljunkie.com/2010/02/the-ipad-launch-start-of-a-new-era/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 16:20:06 +0000</pubDate>
		<dc:creator>amit shroff</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[tablet PC]]></category>
		<category><![CDATA[technical specification]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=567</guid>
		<description><![CDATA[It’s a netbook, no it’s a tablet PC, nope it’s an ereader, well it’s all of it, and it’s an iPad!!! Well this was the conversation between Apple-o-philes before Steve Jobs launched his latest creation. Now that everyone’s curiosity has been satiated with the launch of the iPad, here is a lowdown on what it [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/02/the-ipad-launch-start-of-a-new-era/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>

