ASKit on GitHub:
http://github.com/enormego/askit/tree/masterAuthors:
About ASKit
ASKit is an easy to use library for your iPhone applications. ASKit provides AppStore styled table views
What you'll find
Demo Project
The demo app shows you how to use various parts of ASKit
ASKit Overview
- ASTableViewController: Instead of subclassing UITableViewController, you'll subclass ASTableViewController. This is where most of the work is done.
- ASTableViewCell: This replaces UITableViewCell
- ASHeaderView: Provides the gradient header that you can find when viewing a single app in AppStore
- ASFooterView: This is the footer that AppStore shows your iTunes account in.
- ASInfoCell This extends ASTableViewCell and should be used for various information messages such as "No Items" and "Loading" (it also contains an activity indicator for loading messages
- ASSectionHeaderView: This is for table sections, you must return a view when using ASKit and not a string, otherwise it you won't have the correct theme.
- ASTableViewCellLabel: Use this instead of UILabel while adding to an ASTableViewCell so the shadows are handled correctly when a cell is selected
Additional Information
Alternating rows
While ASKit handles just about everything itself, you'll need to set the cell alternate status yourself in order to have alternating rows.
Footer
ASTableViewController automatically creates the ASFooterView object for you, all you need to do to change the text while inside your subclass of ASTableViewController is set the footerText property to the desired string.
Header
ASTableViewController does not automatically create an instance of ASHeaderView for you, you'll need to create it on your own (or subclass it as the example does) and set it via the self.tableView.tableHeaderView property.
Questions
Feel free to contact info@enormego.com if you need any other help with this framework.
- Activity
- shaun commented on pull reque… Jan 3
- shaun opened issue 658 on fil… Dec 6
- shaun commented on issue 171… Nov 14
- shaun commented on issue 33 o… Sep 28
- shaun closed pull request 17… Sep 15
- shaun commented on pull reque… Sep 15
- shaun commented on issue 8 on… Sep 8
- shaun opened issue 14 on loop… Aug 27
- shaun commented on issue 5 on… Aug 27
- shaun commented on issue 215… Aug 14
- View all of our open source projects
- Tweet Tweet
- RT @benmosher: Hey @enormego,… Wednesday
- @benmosher Wow that's awesome… Wednesday
- @tenthmuse Outpost used to be… Jan 18
- @tapbot_paul it's pretty good… Jan 2
- RT @Favtv: Anyone you know ge… Dec 26
- Is there anyway to make Firef… Dec 15
- Having an issue where my disp… Nov 23
- @allaire Hope to release it s… Nov 22
- @allaire Couldn't wait for TM… Nov 22
- @marksands Yep, it's why I di… Nov 22
- Follow us on twitter
- About Us
- We develop awesome applications for the iPhone, Mac and Web. Our applications are powerful, simple and elegant. This website is our attempt at giving back a little bit of what we've learned over the years. Hope you enjoy it!
- Check out enormego.com for more!
-