<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92">
<channel>
<title>Touch4Apps Blog</title>
<link>http://blog.touch4apps.com/</link>
<description>posts about iPhone / iPad / iPod app development</description>
<lastBuildDate>2010-08-11 00:00:00</lastBuildDate>
<docs>http://backend.userland.com/rss092</docs>
<language>English (United Kingdom)</language>
<item>
<title>Show ModalViewController just after another one</title>
<description><![CDATA[You might come to a problem when you need to show new modal view controller just after another has been dismissed. And you want to preserve the animation even on dismiss.
Unfortunately it is not possible to call:



[self dismissModalV]]></description>
<link>/home/iphone-objective-c-development/shoew-modalviewcontroller-just-after-another-one</link>
</item>
<item>
<title>Tap gesture without UITapGestureRecognizer</title>
<description><![CDATA[Ever needed to handle the tap event but needed to distinguish between tap and double tap? I guess everybody sometimes get to such issue and surprisingly prior iOS 4 there is no simple way how to do it. With iOS4 you just call UITapGestureRe]]></description>
<link>/home/iphone-objective-c-development/tap-gesture-without-uitapgesturerecognizer</link>
</item>
<item>
<title>Affine Transform and UIView's Frame vs. Center property</title>
<description><![CDATA[When using affine transform to rotate views (UIIMageView in most cases, right?) for example like this:



CGAffineTransform transform = 
	CGAffineTransformMakeRotation(-b-&gt;GetAngle());
&nbsp;
oneView.transform = transform;



]]></description>
<link>/home/iphone-objective-c-development/affine-transform-and-uiviews-frame-vs-center-property</link>
</item>
<item>
<title>Add UILabel to UIToolbar</title>
<description><![CDATA[Had the need to show the datetime in the toolbar next to the touch button. Just adding the UILabel as subview to the UIToolbar makes the app to crash. But there is a solution:
 






1
2
3
4
5
6
7
8
9



UILabel* timeL]]></description>
<link>/home/iphone-objective-c-development/add-uilabel-to-uitoolbar</link>
</item>
<item>
<title>UIImageView retina</title>
<description><![CDATA[When setting up an image to the UIImageView for dbl resolution for retina display make sure to set the image after setting the frame of the view as initWithImage on UIImageView does not work properly.
 






1
2



UIImageVie]]></description>
<link>/home/iphone-objective-c-development/uiimageview-retina</link>
</item>
</channel>
</rss>
