Buy
Chupa Team
Any Business Template
Overview
Create full business application without programming skills. Define whole application in property list. Application is defined as tab application with following tabs: about, store, location and contact.
"About" will displays title, image and description text.
"Store" allows you to define list of products, each product have title text, subtitle and image, click on each product will open defined link to product website inside of application in web view.
"Location" displays map and annotation on it with location title and subtitle text.
"Contact" displays different contact information like telephone, mobile and email.
Project includes property list (XML) named config.plist in which whole application is defined.
List element FirstViewController represent first view in project - About.
This element have following child elements:
- title // title label displayed at top of view
- text // text that is displayed at bottom of view, text is scrollable
- imageName // name of image bellow title label
- imageExtension // image extension
Define title, text, add image to project you would like to display and define it in property list.
List element SecondViewController represent second view in project - Store.
This element have child elements named Title_ where _ is element number.
Each element is displayed as one row in table view. Values that you need to define for each row are following:
- title // title text label displayed in cell
- subtitle // subtitle text label displayed in cell
- link // tap on cell will open following link in web view
- imageName // name of image displayed in cell
- imageExtension // image extension
List element ThirdViewController represent third view in project - Location.
This element have following child element Location0 with following child elements:
- title // annotation title
- subtitle // annotation subtitle
- latitude // annotation latitude
- longitude // annotation longitude
As you define values, annotation will show on map.
More item by Chupa Team
Sliding Music Player
RSS reader
Video Gallery Template
