In this short Swift code example, we will use the UIAlertController to create an alert dialog message with only one “OK” button. The code example…
In this short Swift code example, we will use the UIAlertController to create an alert dialog message with only one “OK” button. The code example…
The following Swift code example demonstrates how to create a UIWebView programmatically and how to make it render HTML code. To break it into smaller…
The Swift code example below demonstrates how to create a UIWebView programmatically and how to load a webpage using the URL. If we look at…
The following Swift code example demonstrates how to make UIImage corners rounded. Additionally, the code snippet below also demonstrates how to: Add a border around…
The following Swift code snippet demonstrated how to make a UIImage circular. It will also show how to: Make UIImage Circular programmatically and How to…
The following Swift code example will demonstrate how we can customize UINavigationBar appearance in UIViewController. It will also cover how to: Set UINavigationBar tint color, Set…