Michael Schneider
bb35470c72
Overall examples improvement
2016-02-24 20:21:42 -08:00
Michael Schneider
6bf150bc65
Add missing super call
2016-02-24 20:18:52 -08:00
Michael Schneider
7dd2fbfad1
Overall improvements for the SocialAppLayout example
2016-02-24 20:18:20 -08:00
Michael Schneider
8418d8be24
Use collectionView:nodeBlockForItemAtIndexPath: in all examples
2016-02-24 20:17:18 -08:00
Adlai Holler
311c375c4b
[Example-BackgroundPropertySetting] Make Sample scheme shared so hopefully the CI build works
2016-02-20 15:43:00 -08:00
Adlai Holler
56c7481029
[Example-BackgroundPropertySetting] Remove old files
2016-02-20 15:43:00 -08:00
Adlai Holler
78c8b039ec
[Example-BackgroundPropertySetting] Rename example project to be compatible with build script
2016-02-20 15:43:00 -08:00
Adlai Holler
563d0893a3
Beef up the properties, beef up the demo app
2016-02-20 15:43:00 -08:00
Adlai Holler
a3a38b4b5e
Add thread affinity demo
2016-02-20 15:40:47 -08:00
Dafeng Jin
a459752205
Update ItemNode.m
...
addSubnode self.soldOutOverlay twice
2016-02-16 10:30:39 +08:00
appleguy
e57f2cd00b
Merge pull request #1209 from garrettmoon/addPINRemoteImageDownloader
...
[ASImageNode] Add PINRemoteImage as the default image downloader for both Network & Multiplex nodes.
2016-02-10 15:11:33 -08:00
Michael Schneider
bdb486cf9e
Fix sample build errors
2016-02-09 06:56:34 -08:00
Garrett Moon
5a4e4dcac4
Add default PINRemoteImageDownloader
2016-02-08 16:00:19 -08:00
appleguy
f1e000906d
Merge pull request #1160 from Adlai-Holler/AHUpdateSwiftExample
...
[Swift] Update Swift Example, resolve build issue with some Swift projects.
2016-02-02 15:57:40 -08:00
Adlai Holler
3537476bd2
Use the result count
2016-02-01 13:11:59 -08:00
Adlai Holler
7cb430992e
Finish up the new view controller
2016-02-01 12:41:41 -08:00
Adlai Holler
8f10d8ea99
More progress with the Swift example
2016-02-01 12:10:38 -08:00
Adlai Holler
67212c69b7
Update Sample View Controller
2016-02-01 11:04:39 -08:00
Adlai Holler
836ab9c17f
Migrate Swift example to Framework
2016-02-01 10:47:39 -08:00
Luke Parham
2d1499ab4f
added muting property and delegate callback to override video tapping
2016-01-29 09:27:48 -08:00
appleguy
2c194fd924
Merge pull request #1140 from rcancro/textNodeWordSpacing
...
[ASTextNode] Added ASTextNodeWordKerner support
2016-01-28 15:38:00 -08:00
rcancro
7f6f2fed11
Added ASTextNodeWordKerner support to ASTextNode
...
* Added a member to `ASTextKitAttributes` that is an optional delegate to the struct's NSLayoutManager.
* Changed ASTextNode to set this delegate to an instance of ASTextNodeWordKerner.
* Updated init method of `ASTextKitContext` to take an optional NSLayoutManager delegate
* Added the files in TextKit folder to the public headers (so we can include ASTextNodeTypes.h)
2016-01-28 08:38:22 -08:00
Luke Parham
83f9be256b
fixed drawing for default play button
2016-01-28 01:35:08 -08:00
Luke Parham
3b38559c4d
added ASDefaultPlayButton, but need to make drawing dynamic so its always a centered circle, also fixed video player preview layer stuff
2016-01-28 01:09:01 -08:00
Huy Nguyen
e1074b605b
Test reloadData in ASTableViewStressTest
2016-01-25 22:22:09 -08:00
Sam Stow
3b4785cf24
Added sample project using networking and infinite scrolling and random cats
2016-01-23 14:52:53 -08:00
Scott Goodson
2c5db2e335
Podfile bump to 1.9.6; minor preparations for release.
2016-01-23 13:05:27 -08:00
Luke Parham
d9559111a0
renamed nic cage sample, added redundancy for loading player in case its nil when visible, added video tests, disabled assert for new range controller
2016-01-14 02:39:36 -06:00
Luke Parham
579313f086
Merge branch 'master' into ASVideoNode
2016-01-13 12:22:55 -06:00
Scott Goodson
d45db5ac32
Disable creation of backing ASTable/CollectionNode for the *View varients (retain cycle).
2016-01-09 20:44:24 -08:00
Bin Liu
6a4c953443
fix build failure
2016-01-05 21:20:52 -08:00
Scott Goodson
25b6f29584
Introduce ASCollectionInternal file and create always-available ASCView -> ASCNode backpointer.
2016-01-01 23:36:00 -08:00
Scott Goodson
b273f358f5
[ASRangeController] Initial implementation of functional-style, ASInterfaceState-based range controller.
2016-01-01 00:48:44 -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
df3ce787f7
Ensure that the uncommon __unloadNode codepath does not unintentionally trigger node removal.
2015-12-29 23:11:33 -08:00
Scott Goodson
1870208153
[ASPagerNode] Ensure delegate property can be set before the view is loaded and is not overwritten.
2015-12-29 20:46:42 -08:00
Scott Goodson
690f90a899
Supplementary nodes must be added to the completed nodes after their measurement completes following individual section reloads.
2015-12-27 15:34:26 -08:00
Luke Parham
5fbf39644b
merged upstream
2015-12-26 01:33:34 -06:00
Scott Goodson
882d4b336e
Merge branch 'master' into pr/664
2015-12-25 14:32:41 -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
065625f246
Make ASCollectionView always create an ASCollectionNode. Add visibilityDidChange:, interfaceStateDidChange:fromState:
2015-12-22 21:46:46 -08:00
Luke Parham
6dc15ffd44
added delegate method for video did finish, moved layer creation to after view displays, rearranged spinner logic, added tests
2015-12-22 15:34:11 -06:00
Luke Parham
e318285089
merged master
2015-12-22 02:17:28 -06:00
Luke Parham
4602e4e9eb
wip fixing pr comments
2015-12-22 02:15:25 -06:00
Adlai Holler
69767d558e
Merge branch 'master' into update-objc
...
Conflicts:
AsyncDisplayKit/Private/ASDisplayNode+FrameworkPrivate.h
2015-12-22 00:28:21 -05:00
appleguy
af9f8dfea7
Merge pull request #931 from lappp9/cells-with-view-controllers
...
[ASCellNode] Support for wrapping UIViewControllers
2015-12-21 20:55:28 -08:00
Levi McCallum
53d2af6ca1
Move PagerNode setup into didLoad
2015-12-21 08:52:41 -06:00
Luke Parham
322caaeb6a
wip after review
2015-12-21 01:24:46 -06:00
Luke Parham
002b3b3805
renamed example app
2015-12-18 19:40:12 -06:00