Sunset Lake Software - Comments for "Advanced iPhone Development course now on iTunes U" http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u Comments for "Advanced iPhone Development course now on iTunes U" en Hello I am so delighted I http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1854 <p>Hello I am so delighted I found your webpage, I really found you by accident, while I was searching on<br /> Bing for something else, Regardless I am here now and would<br /> just like to say thanks for a fantastic post and a all round entertaining blog (I also love the theme/design), I don’t have time to browse<br /> it all at the minute but I have bookmarked it and also included your RSS feeds, so<br /> when I have time I will be back to read a lot more, Please do keep up the<br /> great b.</p> pubDate Sat, 13 Jul 2013 02:23:23 +0000 dc:creator create android app guid false comment 1854 at http://www.sunsetlakesoftware.com To be honest, I've not used http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1451 <p>To be honest, I've not used storyboards at all, because all of my work still targets iOS 4.x. In fact, my two applications don't even use Interface Builder at all. Therefore, I'm not the person to ask about this.</p> <p>If you were able to describe and preferably diagram what you want to do, this would make for a good question to ask on Stack Overflow.</p> pubDate Sun, 17 Jun 2012 00:17:42 +0000 dc:creator Brad Larson guid false comment 1451 at http://www.sunsetlakesoftware.com Hello Brad, I have downloaded http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1450 <p>Hello Brad,</p> <p>I have downloaded and watched your advanced iOS development course via iTunesU and I have a question. I am working on my frist app and I have yet to find a site/person that can give me an answer</p> <p>I am using Xcode 4.3.3 with storyboards and I am trying to figure out how to embed videos on the detail split of some of the different views. I am writing an educational app and I have users selecting lessons in the master split on the left, which pulls up a segue that pushes the new lesson into the detail view on the right and each lesson has a video that goes along with it. I have found examples on how to just create a "play movie" button but that's not what I'm looking to do, I would rather it look like if you visited a website and saw the video with a frame waiting to play.</p> <p>Any suggestions?</p> pubDate Sat, 16 Jun 2012 17:16:35 +0000 dc:creator Jeremy guid false comment 1450 at http://www.sunsetlakesoftware.com That's what happens when the http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1203 <p>That's what happens when the CALayer's coordinate system gets inverted. "Top" was defined as being the top of the layer under the Quartz coordinate system, so when UIViews invert their backing layer, this gets flipped as well.</p> pubDate Tue, 21 Feb 2012 16:39:29 +0000 dc:creator Brad Larson guid false comment 1203 at http://www.sunsetlakesoftware.com UIView's main layer's http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1201 <p>UIView's main layer's coordinate system gets flipped to make the origin point x:0,y:0 at TOP-LEFT corner. When you add an image directly to the layer's contents and set gravity to top, like this:<br /> <div class="geshifilter"><pre class="geshifilter-cocoa">myView.layer.contents = [[UIImage imageNamed:@&quot;ball.png&quot;] CGImage]; myView.layer.contentsGravity = kCAGravityTop;</pre></div></p> <p>ball appears in the bottom. Is it an intentional inconsistency?</p> pubDate Tue, 21 Feb 2012 06:14:33 +0000 dc:creator Mark guid false comment 1201 at http://www.sunsetlakesoftware.com Ok, now I can see Block http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1111 <p>Ok, now I can see Block section. Thank you very much for your support. Have a nice day. Regards, Lorenzo.</p> pubDate Mon, 31 Oct 2011 11:50:47 +0000 dc:creator Lorenzo guid false comment 1111 at http://www.sunsetlakesoftware.com Did you get the class notes http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1110 <p>Did you get the class notes for the fall semester? The ones for the spring semester didn't have anything with blocks in them. My notes here for the fall semester have the bit on blocks at the very bottom of the Understanding Cocoa section. There's also a bit on blocks in the Multithreading section, in regards to their use in GCD.</p> pubDate Sun, 30 Oct 2011 17:13:59 +0000 dc:creator Brad Larson guid false comment 1110 at http://www.sunsetlakesoftware.com Thank you for your reply. http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1109 <p>Thank you for your reply. I've already downloaded course notes, but I can't see Blocks section on Understanding Cocoa note. On the contrary, in the relative video it's possible to see the note for this argument. Thank you very much. Regards.</p> pubDate Sun, 30 Oct 2011 16:17:53 +0000 dc:creator Lorenzo guid false comment 1109 at http://www.sunsetlakesoftware.com The class notes are linked to http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1108 <p>The class notes are linked to on the left-hand side in iTunes U, and can be found <a href="http://www.sunsetlakesoftware.com/sites/default/files/AdvancediOSDevelopmentFall2010.zip" rel="nofollow">here</a>.</p> pubDate Sun, 30 Oct 2011 15:38:12 +0000 dc:creator Brad Larson guid false comment 1108 at http://www.sunsetlakesoftware.com Thanks for sharing these http://www.sunsetlakesoftware.com/2010/06/03/advanced-iphone-development-course-now-itunes-u#comment-1107 <p>Thanks for sharing these videos. They are absolutely fantastic!!</p> <p>P.S. I've just watched the second one, Understanding Cocoa, but I didin't find VoodooPad notes about Blocks and Handling multiple OS and device versions.</p> pubDate Sun, 30 Oct 2011 10:55:51 +0000 dc:creator Lorenzo guid false comment 1107 at http://www.sunsetlakesoftware.com