Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 61ConceptStudio/MagazineLayout

Tags

v1.3.1

Toggle v1.3.1's commit message
Provide determinate z-order for elements (airbnb#32)

* Explicitly specify layout attributes z-index

* Assign descending z-indices based on number of items

* Update example project with a background in default data

* Make small code style corrections

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Evil159/footer support rebased (airbnb#31)

* Footer support.

* Update example project with footer support.

* Update readme.

* Updates for rebase

* Improvements

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable RTL language support (airbnb#30)

* Enable RTL language support

* Fix build

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bk/fix header sizing assertion (airbnb#29)

* Add header sizing assertion fix

Fix method name

* Fix supplementary view copy-on-write stale data issue

* Fix grammar in previous comment

* Lazily create previous layout attributes as-needed

Remove commented out debug code

* Update version to 1.2.3

* Simplify preferred height update context naming

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce a workaround for radar 46865293 (airbnb#28)

v1.2.1

Toggle v1.2.1's commit message
Expose MagazineLayout.Default enum as public (airbnb#10) (airbnb#17)

v1.2.0

Toggle v1.2.0's commit message
Take safe area insets into account (airbnb#14)

* Take safe area insets into account

* Update comments for safe area insets hint

* Update podspec version to 1.2.0

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bk/fix jumpy scrolling after rotation airbnb#9 (airbnb#11)

* Fix jumpy scrolling after rotation when using self-sizing

* Bump Pod version

* Minor style updates

* Clear out new properties

v1.0.0

Toggle v1.0.0's commit message
Initial release

v0.3.0

Toggle v0.3.0's commit message
Refactor preferred attributes updating workaround