Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
itper
/
AsyncDisplayKit
Public
forked from
facebookarchive/AsyncDisplayKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 8, 2015
Merge pull request #543 from victormayorov/master
Show description for 6703c95
appleguy
committed
6703c95
View commit details
Copy full SHA for 6703c95
Browse repository at this point
Merge pull request #545 from ryanfitz/display-node-memory-leak-fix
Show description for 4272164
appleguy
committed
4272164
View commit details
Copy full SHA for 4272164
Browse repository at this point
changing layoutableObject to be a weak reference to avoid retain cycle between ASDisplayNode and its Layout
ryanfitz
committed
83ac5ad
View commit details
Copy full SHA for 83ac5ad
Browse repository at this point
Implemented test for crash in ASCollectionView on reloadData
Victor Mayorov
authored and
Victor Mayorov
committed
01771f7
View commit details
Copy full SHA for 01771f7
Browse repository at this point
Commits on Jul 7, 2015
Merge pull request #542 from grigaci/fixDuplicateSymbols
Show description for b859fdf
appleguy
committed
b859fdf
View commit details
Copy full SHA for b859fdf
Browse repository at this point
Fix duplicate symbols on ASIndexPath
grigaci
committed
a0fcecc
View commit details
Copy full SHA for a0fcecc
Browse repository at this point
Merge pull request #468 from nguyenhuy/layout_node
Show description for 37b31a2
appleguy
committed
37b31a2
View commit details
Copy full SHA for 37b31a2
Browse repository at this point
Commits on Jul 6, 2015
Merge branch 'master' into layout_node
nguyenhuy
committed
9678ada
View commit details
Copy full SHA for 9678ada
Browse repository at this point
- ASDisplayNode now caches calculated layout requested by layout specs.
Show description for 51f1ed8
nguyenhuy
committed
51f1ed8
View commit details
Copy full SHA for 51f1ed8
Browse repository at this point
Fix import in ASCellNode.
nguyenhuy
committed
772ed0b
View commit details
Copy full SHA for 772ed0b
Browse repository at this point
Commits on Jul 5, 2015
Merge pull request #538 from facebook/PodspecUpdate122
Show description for 84b503c
appleguy
committed
84b503c
View commit details
Copy full SHA for 84b503c
Browse repository at this point
Update podspec to 1.2.2
Scott Goodson
committed
3afcf33
View commit details
Copy full SHA for 3afcf33
Browse repository at this point
Preserve the manual layout code in Kittens example.
nguyenhuy
committed
daf3dae
View commit details
Copy full SHA for daf3dae
Browse repository at this point
Horizontally center the text in Kittens' BlurbNode.
nguyenhuy
committed
33a3412
View commit details
Copy full SHA for 33a3412
Browse repository at this point
Merge pull request #521 from jflinter/jack-uiresponder-additions
Show description for 3f574a3
appleguy
committed
3f574a3
View commit details
Copy full SHA for 3f574a3
Browse repository at this point
Merge pull request #529 from facebook/DataControllerQueues
Show description for 58a55f0
appleguy
committed
58a55f0
View commit details
Copy full SHA for 58a55f0
Browse repository at this point
Property declaration tweak for odd Travis build failure (only on the Tests build).
Scott Goodson
committed
6220d65
View commit details
Copy full SHA for 6220d65
Browse repository at this point
Complete overhaul of ASFlowLayoutController.
Show description for 8fa092f
appleguy
committed
8fa092f
View commit details
Copy full SHA for 8fa092f
Browse repository at this point
Commits on Jul 2, 2015
Merge pull request #535 from eanagel/cell-clipsToBounds
Show description for 5129708
appleguy
committed
5129708
View commit details
Copy full SHA for 5129708
Browse repository at this point
Commits on Jul 1, 2015
Minor changes: remove unncessary imports and add a new line ad the end of ASInternalHelpers.h
nguyenhuy
committed
af64f33
View commit details
Copy full SHA for af64f33
Browse repository at this point
Fix naming convention: Rename ASLayout's "children" to "sublayouts".
nguyenhuy
committed
2a37535
View commit details
Copy full SHA for 2a37535
Browse repository at this point
Fix naming convetion:
Show description for 2149d44
nguyenhuy
committed
2149d44
View commit details
Copy full SHA for 2149d44
Browse repository at this point
Commits on Jun 30, 2015
ASDisplayNode flattens the ASLayout calculated from its layout spec and stores the result. This reduces memory footprint and gives -layout a performance gain.
nguyenhuy
committed
eb56700
View commit details
Copy full SHA for eb56700
Browse repository at this point
Remove ASLayoutChild. ASLayout now has a position property defaults to (NAN, NAN).
nguyenhuy
committed
4799a9d
View commit details
Copy full SHA for 4799a9d
Browse repository at this point
Propagate ASCellNode's clipsToBounds value to the __ASTableViewCell. This helps work around a bug we are seeing in some rare cases (selected background view overlaps other cells if size of ASCellNo…
Show description for 4963a88
eanagel
committed
4963a88
View commit details
Copy full SHA for 4963a88
Browse repository at this point
Commits on Jun 29, 2015
Overhaul ASDataController and extensively test ASTableView.
Show description for 57465c7
appleguy
committed
57465c7
View commit details
Copy full SHA for 57465c7
Browse repository at this point
Commits on Jun 28, 2015
Merge branch 'master' into layout_node
nguyenhuy
committed
e74823b
View commit details
Copy full SHA for e74823b
Browse repository at this point
Still support -calculateLayoutThatFits: (and manual layout), for backward compatibility.
nguyenhuy
committed
dd29a89
View commit details
Copy full SHA for dd29a89
Browse repository at this point
Merge pull request #506 from paulyoung/framework-target
Show description for 8beae28
appleguy
committed
8beae28
View commit details
Copy full SHA for 8beae28
Browse repository at this point
Commits on Jun 27, 2015
Merge pull request #525 from facebook/Domain2
Show description for a654d88
appleguy
committed
a654d88
View commit details
Copy full SHA for a654d88
Browse repository at this point
Update the identifier that AsyncDisplayKit uses to label its internal queues (2/2).
appleguy
committed
feba7f8
View commit details
Copy full SHA for feba7f8
Browse repository at this point
Merge pull request #524 from facebook/ASDK_Identifier_Domain
Show description for 447159f
appleguy
committed
447159f
View commit details
Copy full SHA for 447159f
Browse repository at this point
Update the identifier that AsyncDisplayKit uses to label its internal queues.
appleguy
committed
8fc79b1
View commit details
Copy full SHA for 8fc79b1
Browse repository at this point
Merge pull request #523 from facebook/DataControllerSerialization
Show description for 1563c5e
appleguy
committed
1563c5e
View commit details
Copy full SHA for 1563c5e
Browse repository at this point
Clean up organization and naming of methods internal to ASDataController.
appleguy
committed
dc19970
View commit details
Copy full SHA for dc19970
Browse repository at this point
Previous
Next
You can’t perform that action at this time.