Latest Insights on App Development for Your Business-Innofied

Tag: listView

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