Latest Insights on App Development for Your Business-Innofied

Tag: ios

  • Build iOS App using Phonegap

    Those, who work in JavaScript advanced framework, for example, Sencha Touch, Ionic etc, should be able to work in and build the iOS version of the frameworks too. We work on a number of such iOS projects using PhoneGap. How to work on PhoneGap is not an unknown chapter to us but are you one…

  • Box Integration in iOS apps

    Introduction Cloud storage and other multiple features of cloud computing have made modern users familiar to cloud. Box and Dropbox have become so popular that users search for them in almost every app where they need to handle files. Here we are going to discuss how to include BOX in your iOS application with ease…

  • In App Purchase Not Working in iOS? Here is a solution

    While browsing for In App Purchase tutorials, I found these two very useful blogs: In App Purchases: A Full Walkthrough Introduction to In-App Purchases in iOS 6 Tutorial If you are a beginner you would find the first blog very useful. There is already existing library for in app purchase . Ronan O’Ciosoig has suggested to…

  • Accordion View in iOS

    We often come across the need for an accordion view while showing items, be it as simple as an expandable list of names to complex ones like names expanding to various no of pictures. A fully customisable Accordion view is here. You can view the demo here and download the source code from the GitHub for Swift and…

  • Indexed List in iOS applications

    In iOS apps, often we need to implement Indexed List for enabling Index Scrolling in a TableView, just like the contacts view of an iPhone. Indexed List enables fast scrolling to required section without trolling through each and every sections. Since it is required in various apps , it has to be made generic, so…

  • Pinterest Style Mosiac Image Gallery in iOS

    Often in iOS apps we need to represent images through gallery . Pinterest Style Mosiac View is one of those gallery representation style . Some people called this pattern as Waterfall View also. As we need this view pattern in various apps, we can make it generic by creating a UIView which will represent the…

  • Sliding dock and Text Embedding on an UIimage

    Hello Guys, am Manish, here to give a brief introduction to build a simple iOS app containing a sliding dock, and some image manipulating features. Here we are going to learn: • Managing Views • UIGestureRecognizer a. Swipe Gesture (left and right) b. Tap gesture UITextfield and UIButton UIImage manipulation. Let us  first start from…