AMTableWithStickyView 5.0.1

AMTableWithStickyView 5.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2016

Maintained by makarevichAndrei.



  • By
  • Andrei Makarevich

Example

To run the example project, clone the repo, and run from the Example directory.

Screenshot

Requirements

  • iOS7
  • ARC

Installation

AMTableWithStickyView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AMTableWithStickyView', '~> 0.1.0'

or

clone the repo and copy files from Classes directory to your project

Usage

Import AMTableWithStickyView.

Create stickyView and tableView with delegate.

Create tableWithStickyView uising method: - (id)initWithTopView:(UIView *) topView tableView:(UITableView *)tableView;

Add tableWithStickyView to your view.

You can also change frame of tableWithStickyView using method: - (void)updateViewWithFrame:(CGRect)viewFrame;

Author

Andrei Makarevich, [email protected]

License

AMTableWithStickyView is available under the MIT license. See the LICENSE file for more info.