<?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>Guerratopia</title>
	<atom:link href="http://guerratopia.com/feed" rel="self" type="application/rss+xml" />
	<link>http://guerratopia.com</link>
	<description>Nuestra recompensa se encuentra en el esfuerzo y no en el resultado</description>
	<lastBuildDate>Thu, 23 May 2013 17:14:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Apple Push Notification Services in iOS 6 Tutorial</title>
		<link>http://guerratopia.com/en/apple-push-notification-services-in-ios-6-tutorial</link>
		<comments>http://guerratopia.com/en/apple-push-notification-services-in-ios-6-tutorial#comments</comments>
		<pubDate>Thu, 23 May 2013 17:14:54 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=894</guid>
		<description><![CDATA[Apple Push Notification Services in iOS 6 Tutorial Source : www.raywenderlich.com]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1"><img class="alignleft" alt="" src="http://cdn1.raywenderlich.com/wp-content/uploads/2013/04/IntroPic.png" width="250" height="250" /></a><a href="http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1">Apple Push Notification Services in iOS 6 Tutorial</a></p>
<p>Source : <a href="http://www.raywenderlich.com/">www.raywenderlich.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/apple-push-notification-services-in-ios-6-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free icons for mobile apps</title>
		<link>http://guerratopia.com/en/free-icons-for-mobile-apps</link>
		<comments>http://guerratopia.com/en/free-icons-for-mobile-apps#comments</comments>
		<pubDate>Tue, 12 Mar 2013 19:45:02 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=890</guid>
		<description><![CDATA[Free icons with  license Creative Commons for mobile apps Source: www.galuca.com]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.galuca.com/"><img class="alignleft" alt="" src="http://cl.ly/image/2W1E3P3n0p2E/Screen%20Shot%202013-03-12%20at%2012.40.06%20PM.png" width="201" height="146" /></a>Free icons with  license Creative Commons for mobile apps</p>
<p>Source:</p>
<p><a href="http://www.galuca.com/">www.galuca.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/free-icons-for-mobile-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xcode &#8211; Could not launch app &#8211; No such file or directory Error</title>
		<link>http://guerratopia.com/en/xcode-could-not-launch-app-no-such-file-or-directory-error</link>
		<comments>http://guerratopia.com/en/xcode-could-not-launch-app-no-such-file-or-directory-error#comments</comments>
		<pubDate>Fri, 16 Nov 2012 00:16:40 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=879</guid>
		<description><![CDATA[When something like this happen it is really annoying. To be honest, I don&#8217;t know a main reason that trigger an error like this. But sometimes restarting the Xcode, fixes the problem. If not, you can follow these steps: Disconnect &#8230; <a href="http://guerratopia.com/en/xcode-could-not-launch-app-no-such-file-or-directory-error">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When something like this happen it is really annoying. To be honest, I don&#8217;t know a main reason that trigger an error like this. But sometimes restarting the Xcode, fixes the problem. If not, you can follow these steps:</p>
<ul>
<li>Disconnect your device.</li>
<li>Delete the app from your device.</li>
<li>Quit xcode (Don&#8217;t just simply close the window, quit it)</li>
<li>Delete derived data folder (~/Library/Developer/Xcode/DerivedData/-asdadwqerwdaergdnfg &#8211; or something like that)</li>
<li>Now start Xcode, connect device and run the project.</li>
</ul>
<div>It should work.</div>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/xcode-could-not-launch-app-no-such-file-or-directory-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to scroll a ScrollView to avoid hide a Textfield when keyboard show up?</title>
		<link>http://guerratopia.com/en/how-to-scroll-a-scrollview-to-avoid-hide-a-textfield-when-keyboard-show-up</link>
		<comments>http://guerratopia.com/en/how-to-scroll-a-scrollview-to-avoid-hide-a-textfield-when-keyboard-show-up#comments</comments>
		<pubDate>Mon, 05 Nov 2012 23:15:56 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=875</guid>
		<description><![CDATA[If you are a regular iOS coder more than once you&#8217;ve run into this problem, where the keyboard hides a UITextField or UITextview (And this problem is incredibly common). I have read through quite a few ways about how to &#8230; <a href="http://guerratopia.com/en/how-to-scroll-a-scrollview-to-avoid-hide-a-textfield-when-keyboard-show-up">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://guerratopia.com/wp-content/uploads/2012/11/201104121152.jpeg"><img class="alignleft size-full wp-image-876" title="201104121152" src="http://guerratopia.com/wp-content/uploads/2012/11/201104121152.jpeg" alt="" width="270" height="234" /></a>If you are a regular iOS coder more than once you&#8217;ve run into this problem, where the keyboard hides a UITextField or UITextview (And this problem is incredibly common).</p>
<p>I have read through quite a few ways about how to &#8220;fix&#8221; this problem and with that how to scroll a view or a scrollview in order to avoid hide a UITextField or a UITextView when the keyboard is on the screen.</p>
<p>But here is the best and easiest solution that I have found (in my opinion).</p>
<p>It&#8217;s the <strong><a href="https://github.com/michaeltyson/TPKeyboardAvoiding" target="_blank">Michael Tyson TPKeyboardAvoiding Class</a></strong>: A drop-in universal solution for moving text fields out of the way of the keyboard in iOS. Just download the project and read the README file, to know how use it.  I have tested it and works like a charm.</p>
<p>More Information:</p>
<ul>
<li><strong><a href="http://atastypixel.com/blog/a-drop-in-universal-solution-for-moving-text-fields-out-of-the-way-of-the-keyboard/" target="_blank">A Tasty Pixel</a></strong></li>
<li>
<h1><strong><a href="https://github.com/michaeltyson/TPKeyboardAvoiding">TPKeyboardAvoiding</a></strong></h1>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/how-to-scroll-a-scrollview-to-avoid-hide-a-textfield-when-keyboard-show-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to navigate through UITextfields with Next / Done Buttons?</title>
		<link>http://guerratopia.com/en/how-to-navigate-through-uitextfields-with-next-done-buttons</link>
		<comments>http://guerratopia.com/en/how-to-navigate-through-uitextfields-with-next-done-buttons#comments</comments>
		<pubDate>Tue, 30 Oct 2012 18:56:15 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=868</guid>
		<description><![CDATA[In order to do this, first you need to do the following steps: 1-. First you need to set the delegate for each UITextField un you xib to your controller. 2.- You need to define the &#8220;tab-order&#8221; by setting the &#8230; <a href="http://guerratopia.com/en/how-to-navigate-through-uitextfields-with-next-done-buttons">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In order to do this, first you need to do the following steps:</p>
<p>1-. First you need to set the delegate for each UITextField un you xib to your controller.<br />
2.- You need to define the &#8220;tab-order&#8221; by setting the tag property for each UITextField</p>
<p>Then implement the following code in you .m controller</p>
<pre name="code" class="c-sharp">
-(BOOL)textFieldShouldReturn:(UITextField*)textField;
{
  NSInteger nextTag = textField.tag + 1;
  // Try to find next responder
  UIResponder* nextResponder = [textField.superview viewWithTag:nextTag];
  if (nextResponder) {
    // Found next responder, so set it.
    [nextResponder becomeFirstResponder];
  } else {
    // Not found, so remove keyboard.
    [textField resignFirstResponder];
  }
  return NO; // We do not want UITextField to insert line-breaks.
}
</pre>
<p>Source:<br />
<a href="http://stackoverflow.com/" target="_blank">Stackoverflow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/how-to-navigate-through-uitextfields-with-next-done-buttons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the UINavigationBar background image?</title>
		<link>http://guerratopia.com/en/how-to-change-the-uinavigationbar-background-image</link>
		<comments>http://guerratopia.com/en/how-to-change-the-uinavigationbar-background-image#comments</comments>
		<pubDate>Tue, 30 Oct 2012 03:32:15 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=866</guid>
		<description><![CDATA[Since iOS 5, you can to use the following code, to change the background in the navigationBar using an image: [myNavbar setBackgroundImage:[UIImage imageNamed: @"UINavigationBarBackground.png"] forBarMetrics:UIBarMetricsDefault]; Now, if you want to apply the background to all your navbar in your app, &#8230; <a href="http://guerratopia.com/en/how-to-change-the-uinavigationbar-background-image">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Since iOS 5, you can to use the following code, to change the background in the navigationBar using an image:</p>
<pre name="code" class="csharp">[myNavbar setBackgroundImage:[UIImage imageNamed: @"UINavigationBarBackground.png"] 
               forBarMetrics:UIBarMetricsDefault];</pre>
<p>Now, if you want to apply the background to all your navbar in your app, uses the following line in the appdelegate, instead of repeating the previous one inside each controller:</p>
<pre name="code" class="csharp">[[UINavigationBarappearance] setBackgroundImage:[UIImageimageNamed:@"UINavigationBarBackground.png"] forBarMetrics:UIBarMetricsDefault];</pre>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/how-to-change-the-uinavigationbar-background-image/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get from NSDate the day, month and year in integer format?</title>
		<link>http://guerratopia.com/en/como-obtener-de-un-nsdate-el-numero-de-dia-mes-o-ano</link>
		<comments>http://guerratopia.com/en/como-obtener-de-un-nsdate-el-numero-de-dia-mes-o-ano#comments</comments>
		<pubDate>Fri, 26 Oct 2012 22:52:38 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=865</guid>
		<description><![CDATA[You can use NSDateComponents for that NSDate*curentDate =[NSDate date]; NSCalendar* calendar =[NSCalendar currentCalendar]; NSDateComponents* compoNents =[calendar components:NSYearCalendarUnit&#124;NSMonthCalendarUnit&#124;NSDayCalendarUnit fromDate:curentDate];// Get necessary date components [compoNents month]//gives you month [compoNents day]//gives you day [compoNents year]// gives you year More info: NSDateComponents Class Reference]]></description>
				<content:encoded><![CDATA[<p>You can use NSDateComponents for that</p>
<pre name="code" class="c-sharp">
NSDate*curentDate =[NSDate date];
NSCalendar* calendar =[NSCalendar currentCalendar];
NSDateComponents* compoNents =[calendar components:NSYearCalendarUnit|NSMonthCalendarUnit|NSDayCalendarUnit fromDate:curentDate];// Get necessary date components
[compoNents month]//gives you month
[compoNents day]//gives you day
[compoNents year]// gives you year
</pre>
</p>
<p>More info:<br />
<a href="http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSDateComponents_Class/Reference/Reference.html">NSDateComponents Class Reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/como-obtener-de-un-nsdate-el-numero-de-dia-mes-o-ano/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace a Pipe with tab in .csv file</title>
		<link>http://guerratopia.com/en/remplazar-un-pipe-con-un-tab-en-archivo-csv</link>
		<comments>http://guerratopia.com/en/remplazar-un-pipe-con-un-tab-en-archivo-csv#comments</comments>
		<pubDate>Mon, 20 Aug 2012 19:08:48 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=860</guid>
		<description><![CDATA[If you have a .cvs file something like this: Na,e&#124;LastName&#124;Age&#124;Address Jesus&#124;Guerra&#124;28&#124;Sonora And you want to remplace the Pipe for a Tab yo can open your terminal an use the following command: cat test.csv &#124; tr '&#124;' '\t' &#62; output.csv]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft  wp-image-861" title="terminal_icon" src="http://guerratopia.com/wp-content/uploads/2012/08/terminal_icon-150x150.png" alt="" width="105" height="105" /></p>
<p>If you have a .cvs file something like this:</p>
<p>Na,e|LastName|Age|Address<br /> Jesus|Guerra|28|Sonora</p>
<p>And you want to remplace the Pipe for a Tab yo can open your terminal an use the following command:</p>
<pre name="code" class="csharp">cat test.csv | tr '|' '\t' &gt; output.csv</pre>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/remplazar-un-pipe-con-un-tab-en-archivo-csv/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Try Git</title>
		<link>http://guerratopia.com/en/try-git</link>
		<comments>http://guerratopia.com/en/try-git#comments</comments>
		<pubDate>Mon, 09 Jul 2012 17:09:16 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Code School]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=852</guid>
		<description><![CDATA[Do you have any friends who need to try Git? Git is a crucial part of many web design &#038; development workflows, but there are still far too many people intimated by it. It&#8217;s really not that difficult, and you &#8230; <a href="http://guerratopia.com/en/try-git">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://try.github.com/levels/1/challenges/1"><img src="http://guerratopia.com/wp-content/uploads/2012/07/try-git-1d5111823aae2bb9d14fbcb663998353.png" alt="" title="try-git" width="118" height="117" class="alignleft size-full wp-image-853" /></a>Do you have any friends who need to try Git? Git is a crucial part of many web design &#038; development workflows, but there are still far too many people intimated by it. It&#8217;s really not that difficult, and you have the basics down you can easily join the blossoming GitHub open-source ecosystem. <a href="http://www.codeschool.com/courses/try-git">[Read More]</a></p>
<p>Source:<br />
<a href="http://www.codeschool.com/courses/try-git">Code School</a></p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/try-git/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to RESTKit Tutorial</title>
		<link>http://guerratopia.com/en/introduccion-a-restkit-tutorial</link>
		<comments>http://guerratopia.com/en/introduccion-a-restkit-tutorial#comments</comments>
		<pubDate>Thu, 28 Jun 2012 16:17:52 +0000</pubDate>
		<dc:creator>Guerrix</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Objective-C]]></category>

		<guid isPermaLink="false">http://guerratopia.com/?p=849</guid>
		<description><![CDATA[In the following link you will find an amazing tutorial about RESTKit. Introduction to RESTKit Tutorial by RayWenderlich,one of the best iOS dev. blogs in the web.]]></description>
				<content:encoded><![CDATA[<p><a href="http://guerratopia.com/wp-content/uploads/2012/06/Screen-Shot-2012-08-16-at-5.02.31-PM.png"><img class="alignleft size-thumbnail wp-image-855" src="http://guerratopia.com/wp-content/uploads/2012/06/Screen-Shot-2012-08-16-at-5.02.31-PM-150x80.png" alt="" width="150" height="80" /></a> In the following link you will find an amazing tutorial about RESTKit.<br />
<a href="http://www.raywenderlich.com/13097/intro-to-restkit-tutorial" target="_blank">Introduction to RESTKit Tutorial</a> by <a href="http://www.raywenderlich.com/" target="_blank">RayWenderlich</a>,one of the best iOS dev. blogs in the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://guerratopia.com/en/introduccion-a-restkit-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
