kthukral / CricStats

An iPhone app to browse and share cricket player stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CricStats

In Dev currently

  • Attempting to impliment Swipe Gesture Recognizers on Table View Cells to display quick stats behind the cells

This is a shell for an iPhone stats application. Currently the application is made using sample stats from cricket. The application consists of 3 main views, the team table view, the player table view and a tab view controller for the stats (batting and bowling). Selecting a team leads you to the player table view and selecting a player will lead you to the Batting stats and you can switch to Bowling stats using a tab bar at the bottom of the view. Currently plist files are used to populate the team table view and the player table view. Only Team India contains players at this momment.

The application is designed so that anyone looking to develop a stats application can use an API to obtain the stats and connect it to this shell and hopefully, only basic changes are required to get the application is a working condition.

LICENSE (CricStats)

(The MIT License)

Copyright (c) 2013 Karan Thukral

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An iPhone app to browse and share cricket player stats


Languages

Language:Objective-C 100.0%