Tag: ios
Mobile App Development Trends to Look Out in 2016
My predictions for mobile app development landscape in and beyond 2016 – do you think that I am a little early this year? Indeed, I’m not. In the past couple of years, mobile apps industry has witnessed some breakneck innovations. Phenomenal gadgets such as SmartWears, Apple Watch, Google Glass, to technologies such as Cloud Computing,…
Implement Location Tracking Using Mapkit in Swift
Location-based services have always looked like a very cool feature to me. Showing the user their covered or targeted location and route made the process of moving around so much better. In this blog, we will try to implement MapKit, a very simple and easy framework provided by Apple, to work upon with map and…
Core Data implementation in iOS
Core Data plays an essential role when it comes to storing relevant and significant data inside the app. Using core data doesn’t affect the application performance or responsiveness and rather reduces the memory overhead of your app as compared to other data storage methods. This blog introduces core data in a very short, compact and…