iOS Show popover with a clear background Earlier I ran into a problem (again!) to show a popover with clear or translucent background. This popup is essentially a UIViewController subclass which needs to be presented over the source view controller. The viewController might have one or more subviews as its children. To give you an idea, this
3D Touch iOS 3D Touch - Measuring the force of touch (Part 3) This is the third part of the series of 3 posts on how to use 3D force touch on an iOS. Posts are as follows * Quick actions * Peek and pop actions * Measuring the force of touch Measuring a force of touch in terms of unit could be useful in some
Swift iOS 3D Touch - Quick Actions (Part 1) I wrote a Blog post about iPhone 3D touch demo long time ago. However, that post was just a show off and did not put forward any real sample code. Today, I am going to show you step by step how you can write a code to implement 3D touch