<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Hig on The Dangling Pointer</title><link>https://aaron.blog/tags/hig/</link><description>Recent content in Hig on The Dangling Pointer</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 26 Apr 2011 01:35:49 +0000</lastBuildDate><atom:link href="https://aaron.blog/tags/hig/index.xml" rel="self" type="application/rss+xml"/><item><title>UITextView having rounded corners</title><link>https://aaron.blog/uitextview-having-rounded-corners/</link><pubDate>Tue, 26 Apr 2011 01:35:49 +0000</pubDate><guid>https://aaron.blog/uitextview-having-rounded-corners/</guid><description>&lt;p&gt;I've been using a UITextView in an app and realized that it didn't have any rounded edges like the default behavior exhibited by the built-in iOS apps.  For example in the calendar app, setting the Notes field shows:&lt;/p&gt;&lt;figure&gt;&lt;img src="http://www.artin.org/geekblog/wp-content/uploads/2011/04/Photo-Apr-25-8-28-43-PM.png" class="kg-image" alt loading="lazy" title="Photo Apr 25, 8 28 43 PM" width="200" height="300"&gt;&lt;/figure&gt;&lt;p&gt;Inside of Apple's Human Interface guidelines it specifically states "A text view is a rounded rectangle of any height. A text view supports  scrolling when the content is too large to fit inside its bounds."  Adding a UITextView to a view shows square corners by default.  So how the hell do you get rounded corners?  Interface Builder doesn't show anything about corners.  Seems like the only way to get this behavior is by doing the following in code:&lt;/p&gt;</description></item></channel></rss>