Create UITabBarController programmatically in swift

Introduction UITabBarController UITabBarController is the  controller that has tabs or tabbar at the bottom of the screen and menu items displayed with either text, images plus text or only images. These menu items are known as UITabarItems in technical language. You can take the example of shopping apps or workouts app which contains the bottom […]

Create UITabBarController programmatically in swift Read More »

Multiple component UIPickerView in swift 4

      Multiple component UIPickerView in swift Multiple component UIpickerView in swift has two columns or two wheels that the user manipulate to select items. Basically, UIPickerView act as dropdown that is a list full of options. In this tutorial, we will learn how to create multiple component UIPickerView using swift language. Steps to

Multiple component UIPickerView in swift 4 Read More »

How to solve pod update fails with RuntimeError – [Xcodeproj] Unknown object version (macOS Sierra and xcode 9.0)

    Solve pod update fails with RuntimeError – [Xcodeproj] Unknown object version (macOS Sierra and xcode 9.0) As per the heading, in this tutorial we will learn how to solve pod install or pod update error that it fails with run-time error – [Xcodeproj] unknown object version. Also we will, solve another error  operation

How to solve pod update fails with RuntimeError – [Xcodeproj] Unknown object version (macOS Sierra and xcode 9.0) Read More »

Chip layout in swift – step via step guide

How to create tags cloud/chip layout view in swift:                                        In this tutorial, we will learn how to create chip layout in swift commonly known as tags. Tag clouds view or chips layout that, we are going to create in this tutorial will look like as show in the below image. When user taps on

Chip layout in swift – step via step guide Read More »

Error iTunes Missing Marketing Icon

Error while uploading app to Itunes, Missing Marketing Icon  – iOS Apps must include a 1024x1024px Marketing Icon in PNG format As the tutorial heading reads out. In this tutorial we will learn how to remove this error and check whether the icon image  has alpha transparency enabled or it is without alpha transparency.                                                          

Error iTunes Missing Marketing Icon Read More »

Add event to device calendar in iOS using Swift

Introduction to Event-Kit framework: As per the post heading, create events in calendar using swift. This tutorial is revolving around EventKit framework which comes with iOS SDK. The EventKit framework provides classes for accessing and manipulating calendar events and reminders. Thus, we can add event to ios device calendar app using classes provided in EventKit

Add event to device calendar in iOS using Swift Read More »

Get thumbnail from video url in swift

Get thumbnail from video URL in swift                                            Generating thumbnail or preview image from video URL in your iOS app seems to be a tough task, but its not. In this tutorial we will look at the code snippet to create or generate thumbnail from video url..                                  If you are looking for objective C

Get thumbnail from video url in swift Read More »