ios10

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 »

Height of keyboard in swift – Programmatically

  Programmatically get height of keyboard in swift Why we need to get height of keyboard in swift. Because with the introduction of different size of iPhone devices,  getting keyboard height is a pain for iOS developers. And with the addition of suggestion toolbar above keyboard in iOS, it’s necessary for iOS developers to get

Height of keyboard in swift – Programmatically Read More »

Expandable collapsable UITableView in iOS – Swift

Introduction to Expandable and Collapsable UITableView In this tutorial, we are going to create UITableView that will expand and collapse on tap of row or on row selection using Swift3 language for iOS app development. In more common words, showing sub-menu/ sub-items of main menu/item. Example is shown in the below given picture         Steps

Expandable collapsable UITableView in iOS – Swift Read More »

How to integrate Push Notification in iOS – Tutorial

Integrate Push Notification in iOS : In this post we will learn how to use Push notification in iOS 10. With iOS 10 there are lots of changes push notification implementation. The new framework called “UserNotifications.framework” will supports the delivery and handling of push notification in iOS 10 and onward. With iOS 10, we can

How to integrate Push Notification in iOS – Tutorial Read More »