<?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>QuartzCore &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/quartzcore/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, 11 Oct 2011 08:09:48 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=73431</generator>
	<item>
		<title>Objective-C &#8211; Aggiungere il bordo ad un&#8217;immagine (UIImage)</title>
		<link>https://blog.smsoft.it/2011/10/11/objective-c-aggiungere-il-bordo-ad-unimmagine-uiimage/</link>
					<comments>https://blog.smsoft.it/2011/10/11/objective-c-aggiungere-il-bordo-ad-unimmagine-uiimage/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 08:09:48 +0000</pubDate>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[QuartzCore]]></category>
		<category><![CDATA[UIImage]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=1358</guid>

					<description><![CDATA[La soluzione più veloce per aggiungere il bordo ad un&#8217;immagine (UIImage) in Objective-C è importare il framework QuartzCore, importare nell&#8217;intestazione l&#8217;header della libreria: [crayon-6a41ad70f1efe657999508/] e poi inserire nel metodo che lavora sull&#8217;immagine il seguente codice: [crayon-6a41ad70f1f15600112028/] enjoy]]></description>
										<content:encoded><![CDATA[<p>La soluzione più veloce per aggiungere il bordo ad un&#8217;immagine (UIImage) in Objective-C è importare il framework QuartzCore, importare nell&#8217;intestazione l&#8217;header della libreria:</p><pre class="urvanov-syntax-highlighter-plain-tag">#import <QuartzCore/QuartzCore.h></pre><p></p>
<p>e poi inserire nel metodo che lavora sull&#8217;immagine il seguente codice:</p><pre class="urvanov-syntax-highlighter-plain-tag">[imageView.layer setBorderColor: [[UIColor blackColor] CGColor]];
[imageView.layer setBorderWidth: 2.0];</pre><p></p>
<p>enjoy</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2011/10/11/objective-c-aggiungere-il-bordo-ad-unimmagine-uiimage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
