<?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>NSProgress</title>
	<atom:link href="https://apptyrant.com/tag/nsprogress/feed/" rel="self" type="application/rss+xml" />
	<link>https://apptyrant.com</link>
	<description>Great apps for macOS and iOS</description>
	<lastBuildDate>Wed, 12 Feb 2020 19:19:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://i0.wp.com/apptyrant.com/wordpress/wp-content/uploads/2018/04/cropped-1024AppTyrantIconOnTanBG3.png?fit=32%2C32&#038;ssl=1</url>
	<title>NSProgress</title>
	<link>https://apptyrant.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">103265284</site>	<item>
		<title>Easily Bind an NSProgress Object to an NSProgressIndicator in Objective-C [Open Source]</title>
		<link>https://apptyrant.com/2020/02/12/easily-bind-an-nsprogress-object-to-an-nsprogressindicator-in-objective-c-open-source/</link>
		
		<dc:creator><![CDATA[App Tyrant Corp]]></dc:creator>
		<pubDate>Wed, 12 Feb 2020 19:19:16 +0000</pubDate>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming Tutorials]]></category>
		<category><![CDATA[AppKit]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[NSProgress]]></category>
		<category><![CDATA[NSProgressIndicator]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[UIProgressView]]></category>
		<guid isPermaLink="false">https://apptyrant.com/?p=7648</guid>

					<description><![CDATA[<p>In UIKit UIProgressView has an observedProgress property. If you set the observedProgress property on a UIProgressView, it will automatically update its appearance when you make changes to the NSProgress object. On macOS (in AppKit at least) NSProgressIndicator does not have an equivalent API. I created a simple category on NSProgressIndicator that adds an observedProgress property ... <a title="Easily Bind an NSProgress Object to an NSProgressIndicator in Objective-C [Open Source]" class="read-more" href="https://apptyrant.com/2020/02/12/easily-bind-an-nsprogress-object-to-an-nsprogressindicator-in-objective-c-open-source/" aria-label="Read more about Easily Bind an NSProgress Object to an NSProgressIndicator in Objective-C [Open Source]">Read more</a></p>
The post <a href="https://apptyrant.com/2020/02/12/easily-bind-an-nsprogress-object-to-an-nsprogressindicator-in-objective-c-open-source/">Easily Bind an NSProgress Object to an NSProgressIndicator in Objective-C [Open Source]</a> first appeared on <a href="https://apptyrant.com">App Tyrant</a>.]]></description>
										<content:encoded><![CDATA[<p>
In UIKit UIProgressView has an <a href="https://developer.apple.com/documentation/uikit/uiprogressview/1619840-observedprogress?language=objc" target="_blank">observedProgress property</a>. If you set the observedProgress property on a UIProgressView, it will automatically update its appearance when you make changes to the NSProgress object. On macOS (in AppKit at least) NSProgressIndicator does not have an equivalent API. I created a simple category on NSProgressIndicator that adds an observedProgress property on NSProgressIndicator. The source code is available on <a href="https://github.com/AppTyrant/NSProgressIndicator-ProgressBinding" target="_blank">Github here.</a>
</p>The post <a href="https://apptyrant.com/2020/02/12/easily-bind-an-nsprogress-object-to-an-nsprogressindicator-in-objective-c-open-source/">Easily Bind an NSProgress Object to an NSProgressIndicator in Objective-C [Open Source]</a> first appeared on <a href="https://apptyrant.com">App Tyrant</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7648</post-id>	</item>
	</channel>
</rss>
