Latest Insights on App Development for Your Business-Innofied

Tag: Swift

  • Implementing Image Masking in iOS

    Image masking is a great feature, when you need to draw images in dynamic shapes. It creates an attractive and appealing UI to capture the interests of users. In general, image masking can be defined as cutting an image out of it’s stencil. This is what the Apple Documentation has to say about image masks…

  • 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…

  • Implementing shadow in iOS

    I have been constantly developing iOS apps for the last two years of my life. Doing so, I often came with client requirements where shadows become the main factor for the UI, giving a 3D look and feel to the whole interface. Implementing shadow in iOS is quite easy but there are times, when shadows are complex to deal…