Commit Graph

236 Commits

Author SHA1 Message Date
Huy Nguyen
0e7edd184a Fix ASLayoutSpecPlayground:ViewController:toggleVisualization 2016-03-29 00:04:32 -07:00
Hannah Troisi
3b7d88c471 Refactored layout inspector code for extensibility. 2016-03-28 08:18:40 -07:00
Hannah Troisi
1173e1a46b Huy debugging 2016-03-27 20:52:27 -07:00
Hannah Troisi
22d3828092 [ASLayoutableInspector] Transition to an ASTableNode-based architecture to support larger numbers of buttons / customizable types. 2016-03-27 15:55:10 -07:00
Hannah Troisi
b97a3a3410 Merge remote-tracking branch 'facebook/master' into ASLayoutPlayground 2016-03-27 15:34:39 -07:00
Scott Goodson
daf41ebb43 [ASTextNode] Fix edge case where text truncator may not run (manually hosted nodes that are lacking the expected call to -measure).
This fixes the scenario described in https://github.com/facebook/AsyncDisplayKit/issues/1295
2016-03-26 18:19:02 -07:00
Hannah Troisi
a7bd6ce97d Cleaned up examples code. 2016-03-26 09:57:40 -07:00
Hannah Troisi
2d4ec243ae added new ASLayoutableInspectorNode features 2016-03-25 15:47:12 -07:00
Hannah Troisi
6c4af53434 Revert project changes for Social App Example 2016-03-23 23:25:26 -07:00
Hannah Troisi
c2e5db85ae [SocialAppLayout example] update to use ASTextNode's passthroughNonlinkTouches property 2016-03-23 21:32:05 -07:00
Hannah Troisi
9f8d7e952c Resizing the playground works in the shrink direction, not for grow. 2016-03-23 20:27:54 -07:00
Hannah Troisi
753a06ebb1 Layout Inspector Work in Progress 2016-03-23 15:07:34 -07:00
Hannah Troisi
c4b61e20f2 continued development 2016-03-22 20:24:06 -07:00
Hannah Troisi
4b9bfc11dd Merge remote-tracking branch 'facebook/master' into ASLayoutPlayground 2016-03-22 20:21:36 -07:00
Hannah Troisi
531c0fa718 Workaround for ensuring creation of visualizerNode for ALL layoutspecs 2016-03-21 21:01:14 -07:00
Hannah Troisi
fa7d6aa120 [ASLayoutSpecPlayground] Created new Inspector node, cleaning up internal implementation to start formalizing support for layout spec visualization. 2016-03-21 19:12:35 -07:00
appleguy
ebd3567f1b Merge pull request #1262 from ekurutepe/carthage-example
[Carthage] Build Test project to ensure framework is never left behind by file additions.
2016-03-19 21:14:46 -07:00
Hannah Troisi
2dae2d1c09 [CustomCollectionView Example]
Issue (#1366):
CustomColelctionView example app always returns YES from shouldInvalidateLayoutForBoundsChange: which triggers a re-layout.

Fix:
Comparing CGSize rather than CGRect is enough to  handle rotation support without always triggering a re-layout. .
2016-03-19 18:14:19 -07:00
Hannah Troisi
8d7871fe9a Initial exploratory stab at the main challenge of the app - visualizing ASLayoutSpecs 2016-03-19 17:05:15 -07:00
Hannah Troisi
afdb3f9a8a Initial ASLayoutSpecPlayground commit 2016-03-19 14:52:53 -07:00
Engin Kurutepe
2a978054f2 remove Cartfile.resolved 2016-03-17 20:27:03 +01:00
Engin Kurutepe
ad09d83f19 make the sample scheme shared 2016-03-17 15:22:00 +01:00
Engin Kurutepe
618febd29b Merge pull request #2 from ekurutepe/master
pull changes from master
2016-03-17 14:15:55 +01:00
Michael Schneider
788cdbd326 Improve ASViewController example 2016-03-16 09:36:35 -07:00
Engin Kurutepe
0223893315 generate Cartfile using the local path 2016-03-15 18:13:49 +01:00
Michael Schneider
d8eb589d34 Enable Sample scheme as shared in ASViewController example 2016-03-06 13:43:47 -08:00
Michael Schneider
562a2183b7 Update deployment target 2016-03-05 20:52:30 -08:00
Michael Schneider
397181538e Change header of main.m 2016-03-05 20:09:31 -08:00
Michael Schneider
c4c4a92ac5 Add ASViewController example 2016-03-05 20:08:18 -08:00
Michael Schneider
9291372c7f Show status bar in examples 2016-03-02 06:53:55 -08:00
Michael Schneider
45c616d916 Improve ASTextCellNode customization 2016-02-26 06:31:09 -08:00
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
Engin Kurutepe
bb856d8786 update build script and travis settings 2016-02-24 15:05:37 +01:00
Engin Kurutepe
1703bd77ee add README.md 2016-02-23 15:06:40 +01:00
Engin Kurutepe
003727746e Add an example project which tests Carthage build 2016-02-23 15:00:56 +01: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