SWIFT

Set placeholder to UITextView in swift

    Introduction to tutorial – set placeholder to UITextView: Placeholder is a property associated with input UI components that works as a hint to the user in mobile app development. UITextField has placeholder property but there is no property for setting placeholder to UITextView in swift. So for adding placeholder to UITextView , we […]

Set placeholder to UITextView in swift Read More »

Add custom checkbox on UITableViewCell

Add custom checkbox on UITableViewCell or UITableView in swift In this tutorial, we are going to learn about, how we can add custom checkbox on UItableViewCell or UITableView in swift. And we also perform IBAction on our custom checkbox placed on UITableViewCell. We will place UIButton on UITableViewCell that will act as checkbox for our

Add custom checkbox on UITableViewCell 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 »

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 »

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 »