Swift Tutorial – How to create checkbox button in iOS using swift

Introduction to How to create check box in swift – tutorial In iOS, there is no default UIControl for creating a check box button. Thus we have to create our own check box in iOS app development, to use in our iOS apps by using other UIControl’s like UIButton. In this tutorial, we will learn […]

Swift Tutorial – How to create checkbox button in iOS using swift Read More »

How to create csv file in swift programmatically

Introduction to how to create CSV file in swift programmatically As the heading of this tutorial says, we are going to learn how to create csv file in swift programmatically. CSV(comma separated values) or excel files as they are commonly known are not a difficult task in iOS app development using swift. In this post,

How to create csv file in swift programmatically Read More »

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 »

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 »