<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Feelin' Fine - Comments</title>
    <link>http://blog.proculo.de/</link>
    <description>Feelin' Fine - Macs &amp; more</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:lex@proculo.de" />
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.proculo.de/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Feelin' Fine - Comments - Feelin' Fine - Macs &amp; more</title>
        <link>http://blog.proculo.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Helge: Attaching a UIToolbar to the iPhone's Keyboard</title>
    <link>http://blog.proculo.de/archives/178-Attaching-a-UIToolbar-to-the-iPhones-Keyboard.html#c863</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/178-Attaching-a-UIToolbar-to-the-iPhones-Keyboard.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=178</wfw:comment>

    

    <author>nospam@example.com (Helge)</author>
    <content:encoded>
    I just solved this simply by observing notifications I needed to track anyway. In my case these were delegate messages coming in from a searchbar:&lt;br /&gt;
&lt;br /&gt;
- (BOOL)searchBarShouldBeginEditing:(UISearchBar &lt;strong&gt;)searchBar&lt;br /&gt;
- (BOOL)searchBarShouldEndEditing:(UISearchBar &lt;/strong&gt;)searchBar&lt;br /&gt;
&lt;br /&gt;
I just simply added my own animation for the searchbar to move in. I figured out which kind of animation the keyboard used just by guessing &amp;amp; try+error. ;-)&lt;br /&gt;
&lt;br /&gt;
Works fine! But this is definitely the better approach. Problems I have now deal with change of orientation of the device...&lt;br /&gt;
&lt;br /&gt;
happy sunday,&lt;br /&gt;
Helge 
    </content:encoded>

    <pubDate>Sun, 11 Apr 2010 14:10:38 +0200</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/178-guid.html#c863</guid>
    
</item>
<item>
    <title>Alexander Repty: Paging-enabled UIScrollView With Previews</title>
    <link>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#c851</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=180</wfw:comment>

    

    <author>nospam@example.com (Alexander Repty)</author>
    <content:encoded>
    dj,&lt;br /&gt;
&lt;br /&gt;
I haven&#039;t checked that situation yet, but I should be able to give it some attention shortly.&lt;br /&gt;
&lt;br /&gt;
I&#039;ll get back to you when I have a solution.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Alex 
    </content:encoded>

    <pubDate>Thu, 01 Apr 2010 08:43:10 +0200</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/180-guid.html#c851</guid>
    
</item>
<item>
    <title>dj: Paging-enabled UIScrollView With Previews</title>
    <link>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#c850</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=180</wfw:comment>

    

    <author>nospam@example.com (dj)</author>
    <content:encoded>
    the scrollView itself is not responding to any touches. for example, i added a button on the scrollview and it doesn&#039;t receive any touches. I think the ARScrollView is blocking it??&lt;br /&gt;
&lt;br /&gt;
Is there any way to solve this problem? 
    </content:encoded>

    <pubDate>Thu, 01 Apr 2010 08:40:27 +0200</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/180-guid.html#c850</guid>
    
</item>
<item>
    <title>Alexander Repty: Paging-enabled UIScrollView With Previews</title>
    <link>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#c668</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=180</wfw:comment>

    

    <author>nospam@example.com (Alexander Repty)</author>
    <content:encoded>
    Anya,&lt;br /&gt;
&lt;br /&gt;
sorry for not getting back to your earlier. You will have to leave some empty space at the sides of your views so that they don&#039;t seem to stick to each other.&lt;br /&gt;
&lt;br /&gt;
Hope that helps.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Alex 
    </content:encoded>

    <pubDate>Fri, 05 Mar 2010 23:34:19 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/180-guid.html#c668</guid>
    
</item>
<item>
    <title>Anya: Paging-enabled UIScrollView With Previews</title>
    <link>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#c666</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=180</wfw:comment>

    

    <author>nospam@example.com (Anya)</author>
    <content:encoded>
    Thanks for this great reference, there is a little documentation about paging in scrollview.&lt;br /&gt;
I have one issue though, which you might have a clue about:&lt;br /&gt;
I have used the same parameters you have used, but when adding a view different from uiimageview used in the example , I see the scroll view connected without the spaces between the views as you see in the images example.&lt;br /&gt;
Any clue ?&lt;br /&gt;
Thanks a lot. 
    </content:encoded>

    <pubDate>Sun, 28 Feb 2010 15:31:21 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/180-guid.html#c666</guid>
    
</item>
<item>
    <title>Alexander Repty: Paging-enabled UIScrollView With Previews</title>
    <link>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#c651</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=180</wfw:comment>

    

    <author>nospam@example.com (Alexander Repty)</author>
    <content:encoded>
    Good point, this might be necessary if you have a more complex view layout.&lt;br /&gt;
&lt;br /&gt;
However, for this simple example, the shorter version should suffice. :)&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Alex 
    </content:encoded>

    <pubDate>Fri, 12 Feb 2010 18:16:56 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/180-guid.html#c651</guid>
    
</item>
<item>
    <title>digdog: Paging-enabled UIScrollView With Previews</title>
    <link>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#c650</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=180</wfw:comment>

    

    <author>nospam@example.com (digdog)</author>
    <content:encoded>
    Or you can just call super with more flexibility when dealing complex subviews:&lt;br /&gt;
&lt;br /&gt;
- (UIView &lt;strong&gt;)hitTest:(CGPoint)point withEvent:(UIEvent &lt;/strong&gt;)event {&lt;br /&gt;
    UIView *child = [super hitTest:point withEvent:event];&lt;br /&gt;
&lt;br /&gt;
    if (child == self) {&lt;br /&gt;
        return self.scrollView;&lt;br /&gt;
    } 		&lt;br /&gt;
	&lt;br /&gt;
    return child; &lt;br /&gt;
} 
    </content:encoded>

    <pubDate>Fri, 12 Feb 2010 18:15:08 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/180-guid.html#c650</guid>
    
</item>
<item>
    <title>Chris Walters: Paging-enabled UIScrollView With Previews</title>
    <link>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#c649</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/180-Paging-enabled-UIScrollView-With-Previews.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=180</wfw:comment>

    

    <author>nospam@example.com (Chris Walters)</author>
    <content:encoded>
    Thanks for this pointer, I did something similar for a project but it involved making an &#039;infinite&#039; horizontal scroller for tableviews, but the app didn&#039;t have any kind of &#039;preview&#039;.  I just kept 3 views around and kept reusing them / redrawing the content depending on which &quot;direction&quot; the user went.  But this is great, thanks! 
    </content:encoded>

    <pubDate>Fri, 12 Feb 2010 17:33:08 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/180-guid.html#c649</guid>
    
</item>
<item>
    <title>Alex Blewitt: NSConference 2010 UK</title>
    <link>http://blog.proculo.de/archives/179-NSConference-2010-UK.html#c648</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/179-NSConference-2010-UK.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=179</wfw:comment>

    

    <author>nospam@example.com (Alex Blewitt)</author>
    <content:encoded>
    Good write up. I&#039;ve written up a post for each day on my blog:&lt;br /&gt;
&lt;br /&gt;
http://alblue.blogspot.com/2010/02/nsconference-2010-day-1.html&lt;br /&gt;
http://alblue.blogspot.com/2010/02/nsconference-2010-day-2.html&lt;br /&gt;
http://alblue.blogspot.com/2010/02/nsconference-2010-day-3.html&lt;br /&gt;
&lt;br /&gt;
If you can leave a comment on there pointing back here, then anyone searching for either can read another&#039;s perspective. 
    </content:encoded>

    <pubDate>Tue, 09 Feb 2010 23:03:01 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/179-guid.html#c648</guid>
    
</item>
<item>
    <title>Alexander Repty: Attaching a UIToolbar to the iPhone's Keyboard</title>
    <link>http://blog.proculo.de/archives/178-Attaching-a-UIToolbar-to-the-iPhones-Keyboard.html#c610</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/178-Attaching-a-UIToolbar-to-the-iPhones-Keyboard.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=178</wfw:comment>

    

    <author>nospam@example.com (Alexander Repty)</author>
    <content:encoded>
    Eric,&lt;br /&gt;
&lt;br /&gt;
I&#039;m glad you enjoyed the tutorial.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve faced the same problem you&#039;re currently facing before, and I solved it by adding an instance variable to keep track of whether the keyboard is already displayed (or is currently being animated) or not.&lt;br /&gt;
&lt;br /&gt;
You might want to consider having different states (animating in/is currently being shown/animated out) and set those in -keyboardWillShow: / -keyboardWillHide: and another method you set up via + (void)setAnimationDidStopSelector:(SEL)selector.&lt;br /&gt;
&lt;br /&gt;
Then, you can act accordingly in -keyboardWillShow / -keyboardWillHide and only run the animation when it&#039;s appropriate.&lt;br /&gt;
&lt;br /&gt;
Hope that helps,&lt;br /&gt;
Alex 
    </content:encoded>

    <pubDate>Sun, 24 Jan 2010 22:05:07 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/178-guid.html#c610</guid>
    
</item>
<item>
    <title>Eric: Attaching a UIToolbar to the iPhone's Keyboard</title>
    <link>http://blog.proculo.de/archives/178-Attaching-a-UIToolbar-to-the-iPhones-Keyboard.html#c609</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/178-Attaching-a-UIToolbar-to-the-iPhones-Keyboard.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=178</wfw:comment>

    

    <author>nospam@example.com (Eric)</author>
    <content:encoded>
    This is a great tutorial. Thanks!&lt;br /&gt;
&lt;br /&gt;
The trouble I have with this method is that if I have multiple text fields in a form, then the animation of the toolbar happens as my user clicks from one text field to the next. Even though the keyboard changes from, say the default alpha to the number pad as the user moves from field to field, it does not actually animate on and off the screen. Yet my controller still gets the willShow and willHide notices and kicks off its own animation.&lt;br /&gt;
&lt;br /&gt;
Does anyone have an idea how to determine whether the keyboard is &lt;u&gt;really&lt;/u&gt; coming or going?&lt;br /&gt;
&lt;br /&gt;
...Eric 
    </content:encoded>

    <pubDate>Sun, 24 Jan 2010 20:37:46 +0100</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/178-guid.html#c609</guid>
    
</item>
<item>
    <title>Polprav: Asynchronous Networking Using NSOperation And Delegates</title>
    <link>http://blog.proculo.de/archives/175-Asynchronous-Networking-Using-NSOperation-And-Delegates.html#c498</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/175-Asynchronous-Networking-Using-NSOperation-And-Delegates.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=175</wfw:comment>

    

    <author>nospam@example.com (Polprav)</author>
    <content:encoded>
    Hello from Russia!&lt;br /&gt;
Can I quote a post in your blog with the link to you? 
    </content:encoded>

    <pubDate>Sat, 17 Oct 2009 07:13:25 +0200</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/175-guid.html#c498</guid>
    
</item>
<item>
    <title>Alexander Repty: Lab Tick 0.9.3 Released &amp; Snow Leopard Compatibility</title>
    <link>http://blog.proculo.de/archives/173-Lab-Tick-0.9.3-Released-Snow-Leopard-Compatibility.html#c497</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/173-Lab-Tick-0.9.3-Released-Snow-Leopard-Compatibility.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=173</wfw:comment>

    

    <author>nospam@example.com (Alexander Repty)</author>
    <content:encoded>
    Tim,&lt;br /&gt;
&lt;br /&gt;
I haven&#039;t seen that issue before, but I&#039;ll be sure to check it out and if possible work on a fix for the next version.&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Alex 
    </content:encoded>

    <pubDate>Thu, 15 Oct 2009 15:03:29 +0200</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/173-guid.html#c497</guid>
    
</item>
<item>
    <title>Tim: Lab Tick 0.9.3 Released &amp; Snow Leopard Compatibility</title>
    <link>http://blog.proculo.de/archives/173-Lab-Tick-0.9.3-Released-Snow-Leopard-Compatibility.html#c496</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/173-Lab-Tick-0.9.3-Released-Snow-Leopard-Compatibility.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=173</wfw:comment>

    

    <author>nospam@example.com (Tim)</author>
    <content:encoded>
    The latest version of LabTick seems to have an issue. I typically have my brightness set to the lowest setting, but each time I log in it&#039;s set to the highest setting and I have to change it. It&#039;s like it&#039;s confusing 100% off with 100% on. 
    </content:encoded>

    <pubDate>Thu, 15 Oct 2009 15:01:33 +0200</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/173-guid.html#c496</guid>
    
</item>
<item>
    <title>Alexander Repty: Asynchronous Networking Using NSOperation And Delegates</title>
    <link>http://blog.proculo.de/archives/175-Asynchronous-Networking-Using-NSOperation-And-Delegates.html#c494</link>
            <category></category>
    
    <comments>http://blog.proculo.de/archives/175-Asynchronous-Networking-Using-NSOperation-And-Delegates.html#comments</comments>
    <wfw:comment>http://blog.proculo.de/wfwcomment.php?cid=175</wfw:comment>

    

    <author>nospam@example.com (Alexander Repty)</author>
    <content:encoded>
    Ed,&lt;br /&gt;
&lt;br /&gt;
in this simple case, NSURLConnection and its delegates would probably suffice. However, I wanted to illustrate the point of using NSOperation and NSOperationQueue.&lt;br /&gt;
&lt;br /&gt;
If you have a huge library designed for complex operations, I think of the NSOperation-based approach as cleaner. All the logic for this particular step and associated tasks ends up in a single operation, which is executed asynchronously in its entirety and will only give control back to the delegate once the results are there.&lt;br /&gt;
&lt;br /&gt;
Maybe this is just a question of flavour, but I&#039;m all for strictly seperating these tasks. That doesn&#039;t mean that your approach would be worse though. :)&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Alex 
    </content:encoded>

    <pubDate>Wed, 07 Oct 2009 17:00:17 +0200</pubDate>
    <guid isPermaLink="false">http://blog.proculo.de/archives/175-guid.html#c494</guid>
    
</item>

</channel>
</rss>