All Projects → chrisledet → Cltablewithfooterviewcontroller

chrisledet / Cltablewithfooterviewcontroller

Licence: mit
Easily add a stationary footer image when you reach the bottom of your UIScrollView or UITableView.

Projects that are alternatives of or similar to Cltablewithfooterviewcontroller

Datepicker
A Date Picker with Calendar for iPhone and iPad Apps.
Stars: ✭ 103 (-2.83%)
Mutual labels:  library
Pdfviewpager
Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
Stars: ✭ 1,508 (+1322.64%)
Mutual labels:  library
Pluralizador.js
Pluralize Portuguese nouns.
Stars: ✭ 106 (+0%)
Mutual labels:  library
Simplepie
A simple Atom/RSS parsing library for PHP.
Stars: ✭ 1,389 (+1210.38%)
Mutual labels:  library
Alchemy
A discord library for Elixir
Stars: ✭ 104 (-1.89%)
Mutual labels:  library
Swift Screencapture
A Swift framework to easily capture the screen on OS X.
Stars: ✭ 105 (-0.94%)
Mutual labels:  library
Coq Ext Lib
A library of Coq definitions, theorems, and tactics. [[email protected],@liyishuai]
Stars: ✭ 102 (-3.77%)
Mutual labels:  library
React Image Fallback
stop displaying broken images, have another image to fallback on.
Stars: ✭ 106 (+0%)
Mutual labels:  library
Javamoney Lib
JavaMoney financial libraries, extending and complementing JSR 354
Stars: ✭ 104 (-1.89%)
Mutual labels:  library
Tomo
Tomo is a collection of fast image processing effects for Android
Stars: ✭ 105 (-0.94%)
Mutual labels:  library
Manuf
Parser library for Wireshark's OUI database.
Stars: ✭ 103 (-2.83%)
Mutual labels:  library
Go Execute
Automate CLI commands with Go
Stars: ✭ 104 (-1.89%)
Mutual labels:  library
Libsodium Go
A complete overhaul of the Golang wrapper for libsodium
Stars: ✭ 105 (-0.94%)
Mutual labels:  library
Ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 103 (-2.83%)
Mutual labels:  library
Unix Permissions
Swiss Army knife for Unix permissions
Stars: ✭ 106 (+0%)
Mutual labels:  library
Pdfbox
Mirror of Apache PDFBox
Stars: ✭ 1,384 (+1205.66%)
Mutual labels:  library
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (+1350%)
Mutual labels:  library
Grafica.js
A simple and configurable plotting library for p5.js
Stars: ✭ 106 (+0%)
Mutual labels:  library
Tomorrowland
Lightweight Promises for Swift & Obj-C
Stars: ✭ 106 (+0%)
Mutual labels:  library
Central
Hoa is a modular, extensible, and structured set of PHP libraries.
Stars: ✭ 105 (-0.94%)
Mutual labels:  library

CLTableWithFooterViewController

Easily add a stationary footer image when you reach the bottom of your UIScrollView or UITableView. It will remain put when the content bounces up and hide when scrolling up.

Installation

Simply add all the files in the Src directory to your project.

Usage

  • Just import the CLTableWithFooterViewController.h header file into your UIViewController class.
  • Create a UIViewController that is a subclass of CLTableWithFooterViewController.
  • Now just sent the footer image by calling the footerImage property.

Here's an example

#import "CLTableWithFooterViewController.h"

@interface MyViewController : CLTableWithFooterViewController
@end

@implementation MyViewController

- (void)viewDidLoad {
    self.footerImage = [UIImage imageNamed:@"my_footer.png"];
}

@end

Example

image

Also, I included an example app. Just open the Xcode project, build, and run.

License

Released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].