• Stars
    star
    166
  • Rank 227,748 (Top 5 %)
  • Language
    Objective-C
  • Created almost 16 years ago
  • Updated almost 16 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ASKit is an easy to use library for your iOS applications. ASKit provides AppStore styled table views [tags:ios,appstore,objective-c]

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 [email protected] if you need any other help with this framework.

More Repositories

1

EGOTableViewPullRefresh

A similar control to the pull down to refresh control created by atebits in Tweetie 2.
Objective-C
3,264
star
2

EGOCache

Fast Caching for Objective-C (iPhone & Mac Compatible)
Objective-C
1,331
star
3

EGOImageLoading

What if images on the iPhone were as easy as HTML?
Objective-C
801
star
4

cocoa-helpers

A collection of helpers (categories) we've written for iOS and OS X, full with convenience methods to make them easier and more useful. [tags:cocoa,objective-c,ios,mac]
Objective-C
748
star
5

EGOTextView

EGOTextView is a complete drop in replacement for UITextView created by enormego, that adds support for Rich Text Editing. [tags:ios,objective-c,uitextview]
Objective-C
733
star
6

PhotoViewer

Quick PhotoViewer for the iPhone. Built upon our other reliable libraries: EGOImageLoading and EGOCache.
Objective-C
660
star
7

egodatabase

EGODatabase is a thread-safe Objective-C SQLite wrapper with full support for asynchronous SQLite calls as well as built in NSOperationQueue support.
Objective-C
537
star
8

flicktabcontrol

FlickTabControl is an easy to use library of the "Flick" tab bar, originally inspired by the implementation of tabbing in Facebook's iPhone application. [tags:iphone,objective-c]
Objective-C
211
star
9

EGOTextMateFullScreen

A TextMate Plugin that adds native full screen app support for Mac OS X Lion users.
Objective-C
185
star
10

ABTableViewCell

Objective-C
174
star
11

UIKit

Port of iPhone's UIKit for Mac OS X
Objective-C
96
star
12

EGOTextFieldAlertView

UIAlertView subclass that adds support for UITextFields, without using any private methods.
88
star
13

EGOGradientView

CAGradientLayer backed UIView, with pass-through properties
Objective-C
66
star
14

EGOHTTPRequest

Useful wrapper around NSURLConnection that adds many essential methods
Objective-C
58
star
15

EGOUICache

Quickly cache drawRect methods to images, to avoid unnecessarily repeating intensive drawings every time.
Objective-C
50
star
16

Voice

Native iPhone App wrapper around the Google Voice iPhone Web App [nolist]
Objective-C
49
star
17

EGOViewStackPersistence

Objective-C
26
star
18

EightPHP

Eight is a PHP5 framework branched from KohanaPHP that uses the Model View Controller architectural pattern. [tags:php,php5,frameworks]
PHP
25
star
19

XcodePHP

Better PHP support for Xcode. Full auto-complete macros, keywords, the works.
24
star
20

EGOProcessName

EGOProcessName is a PHP5 extension that allows you to change the process name of the currently running PHP process.
C
5
star
21

EGOPageControl

Drop in replacement for UIPageControl with support for custom page icons
3
star
22

MAMP-PHP-Extensions

Some PHP extensions built for MAMP.
2
star