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
Breadcrumbs
History for
AsyncDisplayKit
AsyncDisplayKit
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 8, 2015
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
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Fix duplicate symbols on ASIndexPath
grigaci
committed
a0fcecc
View commit details
Copy full SHA for a0fcecc
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Fix import in ASCellNode.
nguyenhuy
committed
772ed0b
View commit details
Copy full SHA for 772ed0b
View code at this point
Browse repository at this point
Commits on Jul 5, 2015
Merge pull request #521 from jflinter/jack-uiresponder-additions
Show description for 3f574a3
appleguy
committed
3f574a3
View commit details
Copy full SHA for 3f574a3
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Complete overhaul of ASFlowLayoutController.
Show description for 8fa092f
appleguy
committed
8fa092f
View commit details
Copy full SHA for 8fa092f
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Fix naming convetion:
Show description for 2149d44
nguyenhuy
committed
2149d44
View commit details
Copy full SHA for 2149d44
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 27, 2015
Update the identifier that AsyncDisplayKit uses to label its internal queues (2/2).
appleguy
committed
feba7f8
View commit details
Copy full SHA for feba7f8
View code at this point
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
View code at this point
Browse repository at this point
Clean up ASDataController for readability & API naming consistency.
Scott Goodson
committed
06cfe68
View commit details
Copy full SHA for 06cfe68
View code at this point
Browse repository at this point
make ASEditableTextField properly subclass responder methods
jack-stripe
committed
8a20007
View commit details
Copy full SHA for 8a20007
View code at this point
Browse repository at this point
move UIresponder methods out of UIView bridging category
jack-stripe
committed
540eeec
View commit details
Copy full SHA for 540eeec
View code at this point
Browse repository at this point
add UIResponder methods to ASDisplayNode
jack-stripe
committed
0b14d42
View commit details
Copy full SHA for 0b14d42
View code at this point
Browse repository at this point
Commits on Jun 26, 2015
Merge branch 'master' into framework-target
Show description for 7d464fb
paulyoung
committed
7d464fb
View commit details
Copy full SHA for 7d464fb
View code at this point
Browse repository at this point
Merge pull request #514 from eanagel/astableview-programmatic-scrolling-fix-v3
Show description for da4ae46
appleguy
committed
da4ae46
View commit details
Copy full SHA for da4ae46
View code at this point
Browse repository at this point
Remove stack children type:
Show description for 95e787b
nguyenhuy
committed
95e787b
View commit details
Copy full SHA for 95e787b
View code at this point
Browse repository at this point
Introduce ASLayoutable and eliminate ASCompositeNode:
Show description for f588bce
nguyenhuy
committed
f588bce
View commit details
Copy full SHA for f588bce
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
better logic for detecting when the pending index path is before or after the visible index paths
eanagel
committed
ae523f4
View commit details
Copy full SHA for ae523f4
View code at this point
Browse repository at this point
Simplify ASDimension:
Show description for 99fe793
nguyenhuy
committed
99fe793
View commit details
Copy full SHA for 99fe793
View code at this point
Browse repository at this point
Fix naming conventions on equal and resolve methods of new size types.
nguyenhuy
committed
259bbf2
View commit details
Copy full SHA for 259bbf2
View code at this point
Browse repository at this point
Remove Auto size type.
nguyenhuy
committed
9356489
View commit details
Copy full SHA for 9356489
View code at this point
Browse repository at this point
Rename ASLayoutNode's -computeLayoutThatFits to -calculateLayoutThatFits.
nguyenhuy
committed
810bc3a
View commit details
Copy full SHA for 810bc3a
View code at this point
Browse repository at this point
Remove ASLayoutNodeSize:
Show description for 64e2323
nguyenhuy
committed
64e2323
View commit details
Copy full SHA for 64e2323
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.