iOS Revisited

Post Top Ad

Post Top Ad

27 Sept 2024

Exciting New Features in iOS 18: What You Need to Know

9/27/2024 07:07:00 am 0
Apple’s iOS 18 has arrived, bringing a host of new features designed to enhance user experience and make daily interactions with your device more intuitive and enjoyable. From interactive widgets to advanced messaging options, let’s dive into the most...
Read More

27 Apr 2020

Add button programmatically using Autolayouts Swift 5 - iOS

4/27/2020 03:37:00 am 0
Creating a button using autolayouts is quite simple. In this article, I will show how to add a button programmatically and in addition to that, we will learn about all attributes like color, font, image, etc.. Create UIButton: First of all,...
Read More

21 Apr 2020

Dismiss multiple view controllers swift

4/21/2020 02:07:00 am 0
In order to dismiss more than one view controller, here is the small UIViewController extension that can work for many cases. Cases like: Dismiss to the particular view controller Dismiss 2 or 3 or 4 or many view controllers (By count) Dismiss to...
Read More

16 Dec 2019

Create custom marker and custom info window in iOS using swift - Google maps

12/16/2019 09:29:00 am 10
In this article, we are going to learn about Custom Marker and Custom Info Window in Google maps. First, create a new Xcode project and name it as Custom Marker. In this example we are going to use completely auto layouts without a storyboard, every...
Read More

11 Dec 2019

Chat App | Message Bubble in iOS Swift Without any external libraries.

12/11/2019 10:00:00 am 2
In this article we will learn how to create our own message kit like whatsapp, messanger using swift language. We can customize the way we want like avatar, sender name, time label etc. At the end of this article you can find full project...
Read More

10 Dec 2019

Firebase Dynamic Link Not Found in swift ios

12/10/2019 04:50:00 am 0
Failed to resolve uri domain prefix: https://www.yourdomain.com. If you are the developer of this app, ensure that your Dynamic Links domain is correctly configured and that the path component of this URL is valid. Possible reasons for the invalid...
Read More

12 Aug 2019

Add ImageView (profile picture) to TabBar item (UITabBarController) using swift 5 - iOS

8/12/2019 10:39:00 am 1
Adding image view to tab bar is quite easy. First create new single view application. Embed ViewController inside tabBarController and add new tab name it my account. After doing all above stuff you will see output as the following image Now...
Read More

20 Jun 2019

Add View below TabBar Controller in swift - iOS

6/20/2019 11:21:00 am 0
In this post we are going to learn how to add a subview under UITabBarController in swift 5. First download the starter project from the below link: Open the project and run, we will  see as  below images in the simulator. In...
Read More

11 Jun 2019

Swift UISwitch color in On state & Off state, Change Switch height in swift - iOS

6/11/2019 10:48:00 am 0
UISwitch in swift has two states either On or Off. This switches mostly see in native  settings app. First add switch to view as below, add following code in viewDidLoad() method: let switchButton = UISwitch() switchButton.translatesAutoresizingMaskIntoConstraints...
Read More

9 Jun 2019

Cannot preview in this file - active schema cannot build this file Xcode 11 beta.

6/09/2019 12:37:00 am 0
This is happening most of times, no need to worry we can fix with one of the following solutions. Solution 1: Go to Xcode preferences -> Locations -> Command line tools Here, most of them are set to Xcode 10, change to Xcode 11. Restart...
Read More
Page 1 of 1412345...14Next »Last

Post Top Ad