iOS 7

  • Tally-Counter

    Tally-Counter is a quite helpful, easy to be used and simple tool for counting… whatever you may think or imagine. Count people, objects, cars, birds, dots, clouds, ants; Count everything! It’s all a tap away with Tally-Counter being your assistant right into your hand. No more need to remember, no more need to write down…

  • Background Transfer Service in iOS 7 SDK: How To Download File in Background

    In a previous tutorial I presented a specific new multitasking feature in iOS 7, the Background Fetch, showing how easy it is to make an app to schedule downloads in the background. In this tutorial, I am going to work with another great multitasking feature, named Background Transfer Service. Prior to iOS 7, only a…

  • Adding Animated Effects to iOS App Using UIKit Dynamics

    In the recent tutorials, it has been underlined that iOS 7 has brought along great new features. Many new frameworks, libraries and APIs have been exposed to developers, letting them create modern and engaging applications and attract more users. One of them is the UIKit Dynamics library, integrated right into the UIKit framework, allowing the…

  • Working With Background Fetch in iOS 7

    Among the millions of applications existing on the App Store, there is a great number of them that deals with data fetched from the web. Even more, today that carriers provide constant Internet access through 3G and 4G networks at low cost, these apps seem to grow even more. News, weather and social applications are…

  • Understanding Multipeer Connectivity Framework in iOS 7 – Part 2

    Editor’s note: In part 1 of the multipeer connectivity series, we gave an introduction of the Multipeer Connectivity Framework and built chat feature of the demo app. The Multipeer Connectivity Framework is one of the many new frameworks introduced in iOS 7. As you can see in part 1, the framework allows developers to easily…

  • Understanding Multipeer Connectivity Framework in iOS 7 – Part 1

    The Multipeer Connectivity Framework is one of the many new frameworks iOS 7 introduces, and it broadens the range of the applications that can be built for the new operating system. Its aim is to enable developers to create applications that will allow devices being in close distance to get connected, simply using Wi-Fi networks…

  • Using Text Kit to Manage Text in Your iOS Apps

    iOS 7 brings along new rules and new Human Interface Guidelines (HIG) that should be followed by all developers. One of those guidelines regarding the all brand-new look and feel, highlights the fact that an application’s interface should not compete with the content, nor distracting users from it, but supporting it in the best possible…

  • How To Scan QR Code Using AVFoundation Framework

    How To Scan QR Code Using AVFoundation Framework

    iOS 7 brings a wealth of new features that set it apart from all other mobile operating systems. Both major additions and minor improvements have been made, offering developers new or updated frameworks and APIs to work with, and the opportunity to provide single users with a much richer experience. The AVFoundation framework is just…

  • Multitasking Enhancements

    This tutorial will teach you all about the latest multitasking enhancements provided by the iOS 7 SDK. Specifically, you’ll learn about the Background Fetch, Remote Notifications, and Background Transfer Service APIs. Read on!