<?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>UiView &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/uiview/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Tue, 31 Jul 2012 07:02:31 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=74366</generator>
	<item>
		<title>Aggiungere il bordo ad una UIView</title>
		<link>https://blog.smsoft.it/2012/07/31/aggiungere-il-bordo-ad-una-uiview/</link>
					<comments>https://blog.smsoft.it/2012/07/31/aggiungere-il-bordo-ad-una-uiview/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 31 Jul 2012 07:02:31 +0000</pubDate>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UiView]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=1953</guid>

					<description><![CDATA[Per aggiungere il bordo ad un&#8217;UIView (o qualsiasi elemento subclassato da questo), si possono usare poche righe di codice. Innanzitutto va importato QuartzCore: [crayon-6a7aa4f4990df021614627/] e poi: [crayon-6a7aa4f4990f0938524501/] enjoy!]]></description>
										<content:encoded><![CDATA[<p>Per aggiungere il bordo ad un&#8217;UIView (o qualsiasi elemento subclassato da questo), si possono usare poche righe di codice.<br />
Innanzitutto va importato QuartzCore:</p><pre class="urvanov-syntax-highlighter-plain-tag">#import < QuartzCore/QuartzCore.h ></pre><p></p>
<p>e poi:</p><pre class="urvanov-syntax-highlighter-plain-tag">UIView *randomView = [[UIView alloc] init];
randomView.layer.borderColor = [[UIColor colorWithRed:0.8f green:0.8f blue:0.8f alpha:1.0f] CGColor];
randomView.layer.borderWidth = 1.0f;</pre><p></p>
<p>enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2012/07/31/aggiungere-il-bordo-ad-una-uiview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
