appleguy
|
a1d2f8ccc6
|
Merge pull request #1571 from maicki/FixASPagerNodeDataSourceSourceInconsistency
[ASPagerNode] Fix ASPagerNode data source and delegate inconsistencies
|
2016-05-10 13:44:39 -07:00 |
|
Michael Schneider
|
bc8489528e
|
Fix crash in delegate / dataSource proxies for ASCollectionView and ASTableView
|
2016-05-04 21:03:43 -07:00 |
|
Michael Schneider
|
298b9a2be7
|
Fix ASPagerNode data source and delegate inconsistencies
- Change ASPagerNodeDataSource -> ASPagerDataSource
- Add ASPagerDelegate
|
2016-05-04 21:03:13 -07:00 |
|
Michael Schneider
|
68de6a6391
|
Fix "[NSProxy methodSignatureForSelector:] called!" crash
|
2016-04-19 15:06:00 -07:00 |
|
Max Gu
|
115fc2b3da
|
Adding visibility monitoring for ASTableVieww
|
2016-02-19 22:15:44 -08:00 |
|
Max Gu
|
03446d97e1
|
Adding scroll visibility
|
2016-02-19 12:46:12 -08:00 |
|
Rahul Malik
|
5c86eafe8f
|
Add node-block api to ASPagerNodeProxy
|
2016-02-05 15:59:07 -08:00 |
|
Rahul Malik
|
c4f489b074
|
Address comments.
|
2016-02-04 16:56:29 -08:00 |
|
Rahul Malik
|
521c3fa1c1
|
Move ASCellNode allocation off the main thread by the addition of a node block
API in ASDataController. Move allocations and loaded node layouts to occur
during batch layout phase.
|
2016-02-04 10:38:59 -08:00 |
|
Scott Goodson
|
df9f433353
|
Prevent calling unsupported UICollectionViewDelegate methods (supplementary view appearance)
|
2015-12-31 00:21:20 -08:00 |
|
Scott Goodson
|
ffcddf36e2
|
Ensure that ASRangeController immediately removes any deleted nodes from its range state.
|
2015-12-30 22:42:11 -08:00 |
|
Scott Goodson
|
27c151095b
|
[ASPagerNode] New API tweaks. Support setting delegate + dataSource on ASCollectionNode and ASTableNode without triggering view creation.
|
2015-12-24 17:06:57 -08:00 |
|
Scott Goodson
|
8b3f3351ab
|
Logging for test failures that are only occurring on build server with iOS 8.1 simulator...
|
2015-12-23 21:53:42 -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 |
|