<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Blog entries posted in iPhone</title>
		<description>Blog entries posted in iPhone</description>
		<link>http://lab11.com</link>
		<lastBuildDate>Tue, 21 May 2013 02:51:03 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>How to create a marquee text for an iPhone app</title>
			<link>http://lab11.com/blogs/How-to-create-a-marquee-text-for-an-iPhone-app.html</link>
			<description>&lt;p&gt;In this blog, you will learn how to create a moving text field (also know as a marquee). Marquees are very convenient to show news, stock updates, sport scores etc..&lt;/p&gt; &lt;p&gt;&lt;br /&gt;In the .h file:&lt;br/&gt;&lt;br /&gt;#import&lt;br/&gt;&lt;br /&gt;@interface FirstViewController : UIViewController {&lt;br /&gt;&lt;br /&gt; UIView *messageView;&lt;br /&gt; UILabel *lblTime;&lt;br /&gt; CGSize messageSize;&lt;br /&gt;}&lt;br /&gt;&lt;br/&gt;@end&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In the .m file:&lt;br /&gt;&lt;br /&gt;- (void)viewDidAppear:(BOOL)animated {&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt; NSString *theMessage Read More...</description>
			<author>Trevor M.</author>
			<pubDate>Thu, 21 Jan 2010 07:00:00 +0100</pubDate>
		<category>Programming</category>
 <category>iPhone</category>
		</item>
	</channel>
</rss>
