Skip to content

Commit ae9ef59

Browse files
author
Brian Dorfman
committed
Update podspec, readme. Add changelog.
1 parent 43ca6d6 commit ae9ef59

File tree

3 files changed

+45
-2
lines changed

3 files changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
## 1.1.1 (2015-04-13)
3+
4+
Features:
5+
6+
- Add support for unpinned section headers (thanks @joshfisher).
7+
- Add method to get section frames (@joshfisher).
8+
- Add CHANGELOG.md
9+
10+
Bugfixes:
11+
12+
- Fixes header layout bugs.
13+
14+
## 1.1.0 (2015-01-21)
15+
16+
Features:
17+
18+
- Add support for pinned section headers.
19+
- Support loading from nib file (thanks @BB9z).
20+
21+
## 1.0.2 (2014-09-02)
22+
23+
Bugfixes:
24+
25+
- Fix podspec description (thanks @xhacker).
26+
- Add .gitignore and remove files which should have been ignored.
27+
- Return copy of layout attributes from methods so internal mutable objects are not exposed.
28+
29+
## 1.0.1 (2014-08-04)
30+
31+
Features:
32+
33+
- Add podspec.
34+
35+
Bugfixes:
36+
37+
- Fix section top inset calculation.
38+
39+
## 1.0.0 (2014-08-04)
40+
41+
Initial release.

FSQCollectionViewAlignedLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FSQCollectionViewAlignedLayout'
3-
s.version = '1.1.0'
3+
s.version = '1.1.1'
44
s.platform = :ios
55
s.summary = 'A simple, generic collection view layout with multiple customization options.'
66
s.homepage = 'https://github.com/foursquare/FSQCollectionViewAlignedLayout'

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ The layout has the following top level properties for customizing the entire col
138138

139139
**UIEdgeInsets contentInsets** — This is the spacing in points around all four edges of the collection view content. The bounding box is a rectangle that exactly encompasses every section in the collection. If not set, the default value is 5 point spacing for all edges.
140140

141+
**BOOL shouldPinSectionHeadersToTop** — This controls whether the current top-most section's header gets pinned to the top of the view, similar to how UITableView works when using UITableViewStylePlain. The default value is YES.
142+
141143

142144
Contributors
143145
============
144-
FSQCollectionViewAlignedLayout was initially developed by Foursquare Labs for internal use. It was originally written and is currently maintained by Brian Dorfman ([@bdorfman](https://twitter.com/bdorfman)).
146+
FSQCollectionViewAlignedLayout was initially developed by Foursquare Labs for internal use. It was originally written by Brian Dorfman ([@bdorfman](https://twitter.com/bdorfman)) and is currently maintained by Brian Dorfman and [Cameron Mulhern](http://www.cameronmulhern.com).

0 commit comments

Comments
 (0)