Adlai Holler
404795dc02
Remove Support for iOS 7 ( #2930 )
...
* Drop support for iOS 7
* Copy reference images
* Update deployment for sample projects
* Update version
* Update "Life Without Cocoapods"
2017-02-01 14:40:37 -08:00
Adlai Holler
38aac9d019
IGListKit Support II: Electric Boogaloo ( #2942 )
...
* Reimplement IGListKit support in a cleaner way
* Rename and fix some stuff
* Fix supplementaries more
* Update docs
* Update test
* Cleanup minor things
* Tweak it
* Indentation
* Remove irrelevant changes
* Break out cell into its own file
* Fix indentation
* Address feedback
2017-01-30 11:16:59 -08:00
Hannah Troisi
5f9e84ce28
[Examples] fix CustomCollectionView-Swift project configs ( #2671 )
...
* fix podfile
* add Sample scheme
* remove example project workspace files
* remove use_frameworks!
* add Sample scheme
* add use_frameworks! back in
* add scrollableDirections method
2016-11-28 15:33:29 -08:00
Austin Louden
ae11fc755e
Update deprecations in ASCollectionView example, enable warnings ( #2594 )
...
* Update example deprecations and flags
* update podfile
2016-11-10 22:42:37 -08:00
Hannah Troisi
9949c6348d
[Examples] update example projects to 2.0 API ( #2568 )
...
* update example projects to latest Collection / Table API
* udpate delegate / data source methods
2016-11-07 15:55:09 -08:00
Hannah Troisi
0dd170dde4
clean up ASCollectionView example project ( #2384 )
2016-10-20 17:10:20 -07:00
Adlai Holler
c2ea7cfeac
[Umbrella] ASCollectionView -> ASCollectionNode Migration, Separate Index Spaces ( #2372 )
...
* Separate dataSource & UIKit index spaces
Beef up our supplementary node support
Make the API way better
Go nuts
Add a unit test for UICollectionView's handling of reloadData inside batch updates
Wrap indexPathForNode: in a cache
Convert index paths in delegate methods
Go back on table view
Put collection view back
Switch up the API
Move most ASCollectionView API to ASCollectionNode
Move most table logic over to ASTableNode
Do the things
More conversion work
Keep on keepin' on
Get table view delegate API done
More porting
Simplify
Clear the delegate
More cleanup
Move more stuff around
Remove pointless file
Re-add some API
Put back more API
Use the right flag
* Some cleanup
* Remove incorrect comment
* Tweak the API
* Put back a couple methods
* update example projects (note: ASCollectionView deprecation warnings expected)
* change reloadDataWithCompletion:nil --> reloadData
* Clean up rebase
* Make deprecated numberOfItemsInSection methods optional
* Use the right flag
* Address nits
* update ASDKTube, ASDKgram & ASViewController examples
2016-10-14 17:21:16 -07:00
Adlai Holler
5e3627a9cd
[ASTextNode] Actually deprecate attributedString property ( #2151 )
2016-09-01 16:43:03 -07:00
Hannah Troisi
c857e809f4
Clean up header comments (for consistent Facebook licensing info) ( #1741 )
...
[Licensing] Clean up header comments (for consistent Facebook licensing info)
2016-06-11 23:31:39 -07:00
rcancro
9d622c7eac
changed DisplayTraits to TraitCollection
2016-05-10 14:45:03 -07:00
Scott Goodson
15a4e18844
[Examples] Officially add tvOS to podspec, ensure Podfiles correctly show minimum supported version 7.0 instead of 7.1
2016-04-22 20:29:52 -07:00
Michael Schneider
563e52bb6a
Fix Podfile is missing target for samples
2016-04-21 11:07:08 -07:00
Michael Schneider
9291372c7f
Show status bar in examples
2016-03-02 06:53:55 -08:00
Michael Schneider
bb35470c72
Overall examples improvement
2016-02-24 20:21:42 -08:00
Michael Schneider
8418d8be24
Use collectionView:nodeBlockForItemAtIndexPath: in all examples
2016-02-24 20:17:18 -08:00
Scott Goodson
ca57059322
New ASDelegateProxy class to unify logic for Table & Collection forwarding. Fix dealloc-during-animation crash.
2015-12-23 20:01:52 -08:00
Scott Goodson
a47a1b8c2a
Bump podspec to 1.9.3. Remove Cocoapods-generated workspace files.
2015-12-06 20:32:21 -08:00
Levi McCallum
e6b33dd062
Fix cell selection and highlighting in ASCollectionView
2015-11-11 01:05:51 -08:00
Scott Goodson
fdcace6061
Add multiple view push to the ASTableViewStressTest app to evaluate memory issues
...
No issues found. Have not been able to create a leak either with the test itself
or scrolling / popping back view controlliers.
2015-11-01 10:54:11 -08:00
Scott Goodson
59c1a642ba
Add reload button to ASViewController demo for memory testing.
2015-10-31 16:53:56 -07:00
Scott Goodson
2e331656cf
Add "Push Another Copy" to ASViewController demo for memory testing.
...
So far unable to reproduce the reports of rows or items not being released.
2015-10-31 16:40:26 -07:00
Levi McCallum
ee0cc2001a
Add support for loaded node layout for supplementary views
2015-10-15 11:40:52 -07:00
Levi McCallum
a9023dd400
Fix layout of example supplementary nodes
2015-10-15 11:40:52 -07:00
Levi McCallum
fddb0061b0
Use ASCellNodes for supplementary nodes
2015-10-15 11:40:52 -07:00
Levi McCallum
e410595f42
Add functioning header/footer supplementary view support to example
2015-10-15 11:40:50 -07:00
Levi McCallum
afda471bd0
Clean up interfacing with internal editing/completed stores
2015-10-15 11:40:50 -07:00
Levi McCallum
da7a2a5d48
Further implement data controller support and layout introspection
2015-10-15 11:40:49 -07:00
Levi McCallum
e492770aed
Expose collection view supplementary node data source method
2015-10-15 11:38:48 -07:00
Levi McCallum
0d2332bd82
Allow ASCollectionView to register for supplementary container
2015-10-15 11:38:48 -07:00
Levi McCallum
4e32c075d4
Add launch storyboard to collection view example to fix screen size
2015-10-15 11:38:47 -07:00
Levi McCallum
2956c0cd8a
Extract flow layout methods into a separate delegate
2015-10-15 11:38:47 -07:00
Adlai Holler
b1dfaa1eff
Update project indentation settings
2015-09-16 14:17:52 -07:00
Levi McCallum
5eb75d6bc7
Add support for sectionInset in ASCollectionView in property and delegate form
2015-08-03 14:36:29 -07:00
Nadine Salter
9eff356a61
[travis] Shared schemes for all example projects.
2015-03-20 15:36:31 -07:00
Ryan Nystrom
c657411a2e
Batch fetch with small data sets
2015-02-26 22:29:13 -08:00
Ryan Nystrom
1f8001a104
ASCollectionView batch API
2015-02-26 22:24:46 -08:00
Li Tan
831aa47ae0
Address comments
2015-02-11 19:15:08 -08:00
Nadine Salter
ee3aec42a2
Tidy ASCollectionView sample project.
2014-11-18 14:14:28 -08:00