Skip to content

Commit

Permalink
Merge pull request #6 from mamaral/dynamic-reused-cell-count
Browse files Browse the repository at this point in the history
Dynamic reused cell count
  • Loading branch information
Mike Amaral committed Apr 16, 2015
2 parents 644bbcb + 3e372c3 commit c5ce404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Organic.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "Organic"
s.version = "0.2"
s.version = "0.3"
s.summary = "The intuitive UITableViewController."
s.homepage = "https://github.com/mamaral/Organic"
s.license = "MIT"
s.author = { "Mike Amaral" => "[email protected]" }
s.social_media_url = "http://twitter.com/MikeAmaral"
s.platform = :ios
s.source = { :git => "https://github.com/mamaral/Organic.git", :tag => "v0.2" }
s.source = { :git => "https://github.com/mamaral/Organic.git", :tag => "v0.3" }
s.source_files = "Organic/Source/OrganicViewController.{h,m}", "Organic/Source/OrganicSection.{h,m}", "Organic/Source/OrganicCell.{h,m}"
s.requires_arc = true

Expand Down
2 changes: 1 addition & 1 deletion Organic/Source/OrganicSection.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ typedef void (^CellActionBlock)(NSInteger row);
@property (nonatomic) CGFloat footerHeight;

@property (nonatomic, readonly) BOOL reuseEnabled;
@property (nonatomic, readonly) NSInteger reusedCellCount;
@property (nonatomic) NSInteger reusedCellCount;
@property (nonatomic, readonly) CGFloat reusedCellHeight;
@property (nonatomic, copy, readonly) CellForRowBlock cellForRowBlock;
@property (nonatomic, copy, readonly) CellActionBlock reusedCellActionBlock;
Expand Down

0 comments on commit c5ce404

Please sign in to comment.