In the recent WWDC19 apple introduced a new and very modern approach of building UIs in the apple ecosystem which could drastically change the way in which UI development is done in both iOS and macOS along with tvOS and watchOS and the new iPadOS!.Together with the Project Catalyst(Marzipan),which helps...
[Read More]
iOS - Core Location
Basics
iOS -Core Location
Core Location provides services for determining a device’s geographic location, altitude, orientation, or position relative to a nearby iBeacon. The framework uses all available onboard hardware, including Wi-Fi, GPS, Bluetooth, magnetometer, barometer, and cellular hardware to gather data.
[Read More]
iOS -Continuos Location update in background
References and Libraries
iOS 11 Continuous Background Location Update by Swift 4:Medium
[Read More]
iOS Rich Notifications and how to play a youtube video within a notification
ios
from apple In iterative iOS releases apple incorporated new features into the iOS notification system.The aim of the new features was to provide a more immersive and interactive experience for the user within the notification.Thus users would be able to get more information and also perform critical action right within...
[Read More]
Swift-Functional Programming
Concepts
Functional Programming in Swift
[Read More]