<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Update: ELCImagePickerController</title>
	<atom:link href="/2011/03/03/update-elcimagepickercontroller/feed/" rel="self" type="application/rss+xml" />
	<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/</link>
	<description>iPhone Programming Tutorials</description>
	<lastBuildDate>Mon, 18 Aug 2014 06:06:00 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>By: mk3d</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-10721</link>
		<dc:creator><![CDATA[mk3d]]></dc:creator>
		<pubDate>Tue, 05 Aug 2014 10:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-10721</guid>
		<description><![CDATA[Great job! I just want to implemant this on a swift app, but, when i launch the picker, i have just a gray headerbar  and a black background.. 

my code:

    
    func presentImagePicker(){
        var imagePicker = ELCImagePickerController()
        imagePicker.maximumImagesCount = 100
        imagePicker.returnsOriginalImage = true //Only return the fullScreenImage, not the fullResolutionImage
        imagePicker.imagePickerDelegate = self
        imagePicker.onOrder = true
        
        self.presentViewController(imagePicker, animated: true, completion: nil)
    }


Any idea?]]></description>
		<content:encoded><![CDATA[<p>Great job! I just want to implemant this on a swift app, but, when i launch the picker, i have just a gray headerbar  and a black background.. </p>
<p>my code:</p>
<p>    func presentImagePicker(){<br />
        var imagePicker = ELCImagePickerController()<br />
        imagePicker.maximumImagesCount = 100<br />
        imagePicker.returnsOriginalImage = true //Only return the fullScreenImage, not the fullResolutionImage<br />
        imagePicker.imagePickerDelegate = self<br />
        imagePicker.onOrder = true</p>
<p>        self.presentViewController(imagePicker, animated: true, completion: nil)<br />
    }</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arkei_cincosais</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-9435</link>
		<dc:creator><![CDATA[Arkei_cincosais]]></dc:creator>
		<pubDate>Wed, 23 May 2012 03:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-9435</guid>
		<description><![CDATA[Can this be done in IPAD?]]></description>
		<content:encoded><![CDATA[<p>Can this be done in IPAD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-9210</link>
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-9210</guid>
		<description><![CDATA[My mistake. I was trying to select a row programmatically while the array had not yet been filled. Also, my category overwrote the viewDidLoad selector.

Thanks. :)]]></description>
		<content:encoded><![CDATA[<p>My mistake. I was trying to select a row programmatically while the array had not yet been filled. Also, my category overwrote the viewDidLoad selector.</p>
<p>Thanks. <img src="/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-9209</link>
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-9209</guid>
		<description><![CDATA[Rout_milesh, check out my reply to Freeda&#039;s post right above yours. Did this help?]]></description>
		<content:encoded><![CDATA[<p>Rout_milesh, check out my reply to Freeda&#8217;s post right above yours. Did this help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-9208</link>
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-9208</guid>
		<description><![CDATA[Freeda,

In ELCAlbumPickerController.m, find [ALAssetsFilter allPhotos]. There should be two instances of this. You should be able to show videos if you replace them by [ALAssetsFilter allVideos] or, if you want both photos and videos, [ALAssetsFilter allAssets].]]></description>
		<content:encoded><![CDATA[<p>Freeda,</p>
<p>In ELCAlbumPickerController.m, find [ALAssetsFilter allPhotos]. There should be two instances of this. You should be able to show videos if you replace them by [ALAssetsFilter allVideos] or, if you want both photos and videos, [ALAssetsFilter allAssets].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-9207</link>
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-9207</guid>
		<description><![CDATA[Dear Matt,

Truly a gem. Thank you!

I seem to have found one issue: when the image picker controller is being presented modally with animated:NO, the app crashes in tableView:didSelectRowAtIndexPath: (in ELCAlbumPickerController.m).

Without the animation, reloadTableView: and tableView:cellForRowAtIndexPath: do not get called. With animated:YES, they do.

In addition, it appears that viewDidLoad (still in ELCAlbumPickerController.m) never gets called - regardless of animation.

Any ideas?
I would like to get your image picker working with animated:NO.

Kind regards,
Timo]]></description>
		<content:encoded><![CDATA[<p>Dear Matt,</p>
<p>Truly a gem. Thank you!</p>
<p>I seem to have found one issue: when the image picker controller is being presented modally with animated:NO, the app crashes in tableView:didSelectRowAtIndexPath: (in ELCAlbumPickerController.m).</p>
<p>Without the animation, reloadTableView: and tableView:cellForRowAtIndexPath: do not get called. With animated:YES, they do.</p>
<p>In addition, it appears that viewDidLoad (still in ELCAlbumPickerController.m) never gets called &#8211; regardless of animation.</p>
<p>Any ideas?<br />
I would like to get your image picker working with animated:NO.</p>
<p>Kind regards,<br />
Timo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Cicenia</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-8435</link>
		<dc:creator><![CDATA[James Cicenia]]></dc:creator>
		<pubDate>Thu, 27 Oct 2011 00:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-8435</guid>
		<description><![CDATA[I just tried to implement this.. I am using iOS5 and I am getting errors which seem to kill it... Â  past the lifetime of its owning ALAssetsLibrary]]></description>
		<content:encoded><![CDATA[<p>I just tried to implement this.. I am using iOS5 and I am getting errors which seem to kill it&#8230; Â  past the lifetime of its owning ALAssetsLibrary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tazy</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-8105</link>
		<dc:creator><![CDATA[Tazy]]></dc:creator>
		<pubDate>Tue, 20 Sep 2011 12:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-8105</guid>
		<description><![CDATA[What a good picker! Thank you! Â Today, my first app are available on App Store. I&#039;m using ELCPicker in this app. Â http://itunes.apple.com/us/app/flexialbum/id464800447?mt=8#]]></description>
		<content:encoded><![CDATA[<p>What a good picker! Thank you! Â Today, my first app are available on App Store. I&#8217;m using ELCPicker in this app. Â http://itunes.apple.com/us/app/flexialbum/id464800447?mt=8#</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agentdjs</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-6753</link>
		<dc:creator><![CDATA[agentdjs]]></dc:creator>
		<pubDate>Wed, 15 Jun 2011 16:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-6753</guid>
		<description><![CDATA[Great picker, thanks! Could you extend this to have tabs for Library, Movies, Events, Faces?]]></description>
		<content:encoded><![CDATA[<p>Great picker, thanks! Could you extend this to have tabs for Library, Movies, Events, Faces?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klimaye</title>
		<link>http://icodeblog.com/2011/03/03/update-elcimagepickercontroller/#comment-6384</link>
		<dc:creator><![CDATA[Klimaye]]></dc:creator>
		<pubDate>Tue, 03 May 2011 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://icodeblog.com/?p=2897#comment-6384</guid>
		<description><![CDATA[Can it be adapted to take an array of images (not the device camera roll) but images from the app&#039;s document area or maybe an in memory array of recently captured images?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Can it be adapted to take an array of images (not the device camera roll) but images from the app&#8217;s document area or maybe an in memory array of recently captured images?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
