<?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 for softwareanders.com	</title>
	<atom:link href="https://softwareanders.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://softwareanders.com/</link>
	<description>Blog about software development - with focus on Swift and SwiftUI</description>
	<lastBuildDate>Sat, 24 Feb 2024 05:44:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		Comment on Swift convert strings into different data types: Easy guide by stephan		</title>
		<link>https://softwareanders.com/converting-strings-into-different-data-types-easy-guide/#comment-22</link>

		<dc:creator><![CDATA[stephan]]></dc:creator>
		<pubDate>Sat, 24 Feb 2024 05:44:40 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=410#comment-22</guid>

					<description><![CDATA[Spot on with this write-up, I seriously believe this site needs far more attention. I&#039;ll probably be 
returning to read more, thanks for the advice!]]></description>
			<content:encoded><![CDATA[<p>Spot on with this write-up, I seriously believe this site needs far more attention. I&#8217;ll probably be<br />
returning to read more, thanks for the advice!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Swift error handling — with examples by swift		</title>
		<link>https://softwareanders.com/swift-error-handling-with-examples/#comment-17</link>

		<dc:creator><![CDATA[swift]]></dc:creator>
		<pubDate>Wed, 14 Feb 2024 21:39:32 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=26#comment-17</guid>

					<description><![CDATA[Thank you for sharing your thoughts. I really appreciate your efforts and I am waiting for your further write 
ups thanks once again.]]></description>
			<content:encoded><![CDATA[<p>Thank you for sharing your thoughts. I really appreciate your efforts and I am waiting for your further write<br />
ups thanks once again.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SwiftUI Navigation Bar: A Complete Guide by tsh		</title>
		<link>https://softwareanders.com/swiftui-navigation-bar-a-complete-guide/#comment-16</link>

		<dc:creator><![CDATA[tsh]]></dc:creator>
		<pubDate>Tue, 06 Feb 2024 17:35:04 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=139#comment-16</guid>

					<description><![CDATA[Very nice this should be present inplace of swift which have zero pictures of implementation
very nice work bro keep it up]]></description>
			<content:encoded><![CDATA[<p>Very nice this should be present inplace of swift which have zero pictures of implementation<br />
very nice work bro keep it up</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SwiftUI menu: A complete Guide by Vincenzo Gungor		</title>
		<link>https://softwareanders.com/swiftui-menu-a-complete-guide/#comment-15</link>

		<dc:creator><![CDATA[Vincenzo Gungor]]></dc:creator>
		<pubDate>Mon, 05 Feb 2024 08:35:29 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=303#comment-15</guid>

					<description><![CDATA[Your writing is good and gives food for thought. I really hope that I’ll get more time and energy to go through your content. Regards.]]></description>
			<content:encoded><![CDATA[<p>Your writing is good and gives food for thought. I really hope that I’ll get more time and energy to go through your content. Regards.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SwiftUI TextEditor character limit by Gareth		</title>
		<link>https://softwareanders.com/swiftui-texteditor-character-limit/#comment-10</link>

		<dc:creator><![CDATA[Gareth]]></dc:creator>
		<pubDate>Fri, 01 Dec 2023 11:41:15 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=369#comment-10</guid>

					<description><![CDATA[I&#039;ve done something similar to this to limit text, and it works well except for if the cursor isn&#039;t at the end of the text...
If the text count is at the limit, and then you move the cursor to the front and type a character, then the character is entered, and then the last character is dropped and the cursor ends up at the end of the text.
So a text limit of 5 and the string &quot;abcde&quot;, with the cursor at the front, if you enter &quot;1&quot;, the string will become &quot;1abcd&quot; and place the cursor at the end.

I have found a reasonable way to prevent this, by caching the last valid text and setting the text back to that in the event that you exceed the count, which works for keeping the text as it was, but still has the cursor jumping problem. Not sure there is currently a way of dealing with the cursor position completely in SwiftUI at the moment]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve done something similar to this to limit text, and it works well except for if the cursor isn&#8217;t at the end of the text&#8230;<br />
If the text count is at the limit, and then you move the cursor to the front and type a character, then the character is entered, and then the last character is dropped and the cursor ends up at the end of the text.<br />
So a text limit of 5 and the string &#8220;abcde&#8221;, with the cursor at the front, if you enter &#8220;1&#8221;, the string will become &#8220;1abcd&#8221; and place the cursor at the end.</p>
<p>I have found a reasonable way to prevent this, by caching the last valid text and setting the text back to that in the event that you exceed the count, which works for keeping the text as it was, but still has the cursor jumping problem. Not sure there is currently a way of dealing with the cursor position completely in SwiftUI at the moment</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SwiftUI Search: Enhance User Experience with SwiftUI Searchable by Vernell Cho		</title>
		<link>https://softwareanders.com/swiftui-search-enhance-user-experience-with-swiftui-searchable/#comment-9</link>

		<dc:creator><![CDATA[Vernell Cho]]></dc:creator>
		<pubDate>Wed, 29 Nov 2023 23:20:57 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=277#comment-9</guid>

					<description><![CDATA[Hello softwareanders.com administrator, Excellent work!]]></description>
			<content:encoded><![CDATA[<p>Hello softwareanders.com administrator, Excellent work!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SwiftUI TextField clear button by נערות ליווי		</title>
		<link>https://softwareanders.com/swiftui-textfield-clear-button/#comment-8</link>

		<dc:creator><![CDATA[נערות ליווי]]></dc:creator>
		<pubDate>Fri, 27 Oct 2023 06:28:48 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=238#comment-8</guid>

					<description><![CDATA[Hello! I simply would like to offer you a huge thumbs up for the great information you have right here on this post. I will be coming back to your blog for more soon.]]></description>
			<content:encoded><![CDATA[<p>Hello! I simply would like to offer you a huge thumbs up for the great information you have right here on this post. I will be coming back to your blog for more soon.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on SwiftUI Password: Show and Hide by topcoder		</title>
		<link>https://softwareanders.com/swiftui-password-show-and-hide/#comment-6</link>

		<dc:creator><![CDATA[topcoder]]></dc:creator>
		<pubDate>Tue, 03 Oct 2023 14:42:39 +0000</pubDate>
		<guid isPermaLink="false">https://softwareanders.com/?p=205#comment-6</guid>

					<description><![CDATA[looks good. let me try like this. thanks.]]></description>
			<content:encoded><![CDATA[<p>looks good. let me try like this. thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: softwareanders.com @ 2026-07-08 17:18:05 by W3 Total Cache
-->