Tag: Swift

Tag: Swift

Overlay ViewController in iOS with Swift 5
Image July 1, 2020 Development,iOS Development Pushpendra Kumar

Hey, Guys welcome to this tutorial. In this complete video, I will make you understand about the quick trick that how you can Overlay ViewController. And this is a simple way to achieve our goals. By this small trick, you can make your iOS application more attractive and more function-able with the help of Overlay

Details
Open View Controller on button click in iOS with Swift 5
Image May 23, 2020 Development,iOS Development Pushpendra Kumar

This tutorial, is about Open new View Controller on button click in ios with Swift 5. This is the basic example of a beginner or for those who are looking for this topic. With the help of this tutorial you can easily understand the complete flow. And you can easily understand that, how you can

Details
UICollectionView in UITableView in iOS with Swift 5
Image May 16, 2020 Development,iOS Development Pushpendra Kumar

Hi Guys, Welcome to this tutorial. Here I will tell you that how you can use the UICollectionView inside UITableView in iOS with Swift 5. And how you can handle all the delegates of UICollectionView inside UITableViewCell. So it’s that much difficult to handle. You can easily use this without having any issues. So for

Details
Country picker in iOS with swift 5 without 3rd Party library
Image May 12, 2020 Development,iOS Development Pushpendra Kumar

Hello, Guys welcome to this tutorial. In this tutorial, I will explain to you that how you can design your country picker without using any third-party libraries. And it’s a very easy tutorial. In this tutorial, I have explained the complete concept of the country picker in iOS with a very easy and basic example.

Details
UIPickerView in swift 5: How to use UIPickerView in iOS
Image May 9, 2020 Development,iOS Development Pushpendra Kumar

Hi, Guys welcome to this tutorial. If you are on this tutorial then, I hope you were looking at UIPickerView usage. If Yes, Then you are in the right place. In this tutorial, I will make you understand about the usage of UIPickerView in swift 5 programming language. So, In this tutorial, you will learn

Details
How to animate UITableViewCell in iOS Swift
Image April 14, 2020 Development,iOS Development Pushpendra Kumar

Hello Guys, Welcome to this tutorial. I hope you are doing well. In this tutorial I will explain you how to animate UITableViewCell. And for this I will use Swift 5 as a Programming language and Xcode 11.4 as a IDE. And I am sure after reading and implementing this complete tutorial. You will become

Details
How to open maps with latitude and longitude in iOS
Image November 29, 2018 iOS Development Pushpendra Kumar

If you are here in this post then defiantly you must be looking for the easiest way for opening the Map in iOS. I am going to tell you some simple solution with the complete methodology. Here you will get the very simple code for opening the map programmatically. At the very first i am

Details
How to count number of line in project
Image November 23, 2018 Development,Research And News Pushpendra Kumar

Let’s have look on the new thing today. How to count the number of lines in existed project or in a particular file. The question occurs in my mind when my Bose asked me that how many lines you have coded in your project. Then I start searching on that and I found the very

Details
How to validate UITextField input in swift
Image November 20, 2018 iOS Development Pushpendra Kumar

If you are looking for validation in the swift programming language then you are on the right search. Swift language input validation may be a different kind like username, name, phone number, email address and much more, but you do not need to worry about that. Because if you know the procedure of validation then

Details