<?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>NSGestureRecognizer</title>
	<atom:link href="https://apptyrant.com/tag/nsgesturerecognizer/feed/" rel="self" type="application/rss+xml" />
	<link>https://apptyrant.com</link>
	<description>Great apps for macOS and iOS</description>
	<lastBuildDate>Thu, 23 Jan 2020 20:54:53 +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>NSGestureRecognizer</title>
	<link>https://apptyrant.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">103265284</site>	<item>
		<title>Adding Force Touch Features to macOS Apps with a Custom Gesture Recognizer [Open Source]</title>
		<link>https://apptyrant.com/2018/09/10/adding-force-touch-features-to-macos-apps-with-a-custom-gesture-recognizer-open-source/</link>
		
		<dc:creator><![CDATA[App Tyrant Corp]]></dc:creator>
		<pubDate>Mon, 10 Sep 2018 15:15:29 +0000</pubDate>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming Tutorials]]></category>
		<category><![CDATA[3D Touch]]></category>
		<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Force Touch]]></category>
		<category><![CDATA[NSGestureRecognizer]]></category>
		<category><![CDATA[Objective-C]]></category>
		<guid isPermaLink="false">https://apptyrant.com/?p=4584</guid>

					<description><![CDATA[<p>I created a simple subclass of NSGestureRecognizer, ATForceTouchGesture, to simplify the process of adding Force Touch features to macOS apps. You can use this gesture recognizer to add a feature like force clicking to start editing a label (see the screenshot below). There is a sample project available on Github here.</p>
The post <a href="https://apptyrant.com/2018/09/10/adding-force-touch-features-to-macos-apps-with-a-custom-gesture-recognizer-open-source/">Adding Force Touch Features to macOS Apps with a Custom Gesture Recognizer [Open Source]</a> first appeared on <a href="https://apptyrant.com">App Tyrant</a>.]]></description>
										<content:encoded><![CDATA[<p>I created a simple subclass of NSGestureRecognizer, ATForceTouchGesture, to simplify the process of adding Force Touch features to macOS apps. You can use this gesture recognizer to add a feature like force clicking to start editing a label (see the screenshot below). </p>

<p>
<img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/github.com/AppTyrant/ATForceTouchGesture/raw/master/ATForceTouchGestureSample/ForceClickToEditGIF.gif?w=1087&#038;ssl=1" alt="Image captures 'force click' to edit using ATForceTouchGesture.">
</p>

<p>
There is a sample project available on <a href="https://github.com/AppTyrant/ATForceTouchGesture" target="_blank"> Github here.</a>
</p>The post <a href="https://apptyrant.com/2018/09/10/adding-force-touch-features-to-macos-apps-with-a-custom-gesture-recognizer-open-source/">Adding Force Touch Features to macOS Apps with a Custom Gesture Recognizer [Open Source]</a> first appeared on <a href="https://apptyrant.com">App Tyrant</a>.]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4584</post-id>	</item>
	</channel>
</rss>
