Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
Conflicts:
	src/TapkuLibrary.xcodeproj/project.pbxproj
	src/TapkuLibrary/TKCalendarMonthTableViewController.h
	src/TapkuLibrary/TKCalendarMonthTableViewController.m
	src/TapkuLibrary/TKMapPlace.h
  • Loading branch information
Michael Sanders committed May 23, 2012
2 parents 36610b7 + dcca483 commit 08ee8ba
Show file tree
Hide file tree
Showing 123 changed files with 20,922 additions and 391 deletions.
38 changes: 6 additions & 32 deletions README.mdown
@@ -1,39 +1,13 @@
TapkuLibrary TapkuLibrary
============ ============
TapkuLibrary is an open source iOS framework built on Cocoa and UIKit intended for broad use in applications. If you really like the framework, [drop me a line](http://devinsheaven.com/about#contact), I'd love to hear about it. Many thanks to those who have contributed to the project. TapkuLibrary is an iOS library built on Cocoa and UIKit intended for broad use in applications. If you're looking to see what the library can do, check out the demo project included. Some major components include coverflow, calendar grid, network requests and progress indicators.




### Classes ## Documentation
Included in the repository is a .docset bundle with all documentation for the library. Place the bundle in the ~/Library/Developer/Shared/Documentation/DocSets directory. When you relaunch XCode, it will appear in the documentation section of the Organizer. You can also browse the documentation at [tapku.com/documentation](http://tapku.com/documentation/).


* [TKHTTPRequest](https://github.com/devinross/tapkulibrary/blob/master/src/TapkuLibrary/TKHTTPRequest.h) ## Adding Tapku To Your Project
* [TKCoverflowView](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKCoverflowView.h) Instructions on adding tapku library can be [found here](https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4). For additional help, check out the demo project.
* [TKCalendarMonthView](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKCalendarMonthView.h)
* [TKImageCenter](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKImageCenter.h)
* [TKAlertCenter](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKAlertCenter.h)
* [TKProgressAlertView](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKProgressAlertView.h)
* [TKLoadingView](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKLoadingView.h)
* [TKButtonCell](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKButtonCell.h)
* [TKLabelCell](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKLabelCell.h)
* [TKEmptyView](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKEmptyView.h)
* [TKWindow](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/TKWindow.h)
* [(and more)](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary)


### Categories


* [NSString](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/NSString+TKCategory.h) Follow me on twitter, [@devin_ross](http://twitter.com/devin_ross).
* [NSDate](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/NSDate+TKCategory.h)
* [NSArray](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/NSArray+TKCategory.h)
* [UIView](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/UIView+TKCategory.h)
* [UIImage](https://github.com/devinross/tapkulibrary/tree/master/src/TapkuLibrary/UIImage+TKCategory.h)


## Adding Tapku To Your Project / [Documentation](http://wiki.github.com/devinross/tapkulibrary/)

The best place to start is by downloading the source and trying out the demo app. The demo project gives a brief overview of the functionality of the framework. Instructions on adding the framework in your own project for [XCode 3](https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-3) & [XCode 4](https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4) and documentation, can be found on the [wiki](http://wiki.github.com/devinross/tapkulibrary/).


### Links

* [Creator's Homepage](http://devinsheaven.com)
* [Framework Landing Page](http://tapku.com)
* [Documentation](http://wiki.github.com/devinross/tapkulibrary/)
32 changes: 32 additions & 0 deletions com.tapku.tapku.docset/Contents/Info.plist
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleIdentifier</key>
<string>com.tapku.tapku</string>
<key>CFBundleName</key>
<string>tapku Documentation</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1.0</string>




<key>DocSetFeedName</key>
<string>tapku Documentation</string>

<key>DocSetMinimumXcodeVersion</key>
<string>3.0</string>

<key>DocSetPublisherIdentifier</key>
<string>com.tapku.documentation</string>
<key>DocSetPublisherName</key>
<string>Tapku Library</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Tapku Library. All rights reserved.</string>
</dict>
</plist>

0 comments on commit 08ee8ba

Please sign in to comment.