that's great to hear, Ameya. All the best for your app.
Jan 29, 2021, 12:20 AM
that's great to hear, Ameya. All the best for your app.
It's much simpler to do this in a UITextView just because you can replace and override behaviour in…
Dec 21, 2020, 6:11 AM
It's much simpler to do this in a UITextView just because you can replace and override behaviour in your custom TextKit components (NSLayoutManager/NSTextStorage etc.). However, while UILabel also has these components, it does not...
Background with rounded corners in UITextView
Jul 19, 2020, 7:34 PM
I have had opportunity to learn so many things while working on Proton. Just as much as I like sharing my code, I also enjoy talking about…Continue reading on Level Up Coding »
Building a native editor for iOS
Jul 8, 2020, 7:46 AM
PrologueContinue reading on Level Up Coding »
Lists in UITextView
Jul 2, 2020, 9:44 PM
Have you ever wished that you could achieve something like the following in a UITextView:It is really odd that something that is used so widely, is not supported natively by UITextView on iOS. When I came across a scenario (more on that...
Multiple shadows on UIView
Mar 20, 2019, 1:59 AM
Recently, I came across a requirement of having multiple shadows on a single UIView. The requirement was pretty straightforward:Have a perimeter shadow with1px width.Have an ambient shadow which will be variable to give an impression of...