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 }}
tinyZhu
/
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
WorkingWindowQuickFix
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 9, 2015
Patch for properly tearing down Working Window
Scott Goodson
committed
40237a5
View commit details
Copy full SHA for 40237a5
View code at this point
Browse repository at this point
Commits on Nov 8, 2015
Include moved UIResponder methods in UIViewBridging Category Implementation.
Scott Goodson
committed
98010c4
View commit details
Copy full SHA for 98010c4
View code at this point
Browse repository at this point
Remove a change that leaked from another diff in progress.
Scott Goodson
committed
3a4e990
View commit details
Copy full SHA for 3a4e990
View code at this point
Browse repository at this point
Re-add name method to fix tests (grr). Clean up positioning of responder methods in header.
Scott Goodson
committed
efa47d6
View commit details
Copy full SHA for efa47d6
View code at this point
Browse repository at this point
Fix unusual cell content blanking issue when making existing cells much taller.
Scott Goodson
committed
e0f40d5
View commit details
Copy full SHA for e0f40d5
View code at this point
Browse repository at this point
Commits on Nov 5, 2015
Modify ASTableNode initializer
Steven Ramkumar
authored and
Steven Ramkumar
committed
a621e10
View commit details
Copy full SHA for a621e10
View code at this point
Browse repository at this point
Add a ASTableNode class, similar to ASCollectionNode
Steven Ramkumar
authored and
Steven Ramkumar
committed
3018030
View commit details
Copy full SHA for 3018030
View code at this point
Browse repository at this point
Commits on Nov 1, 2015
Rename ASCellNode delegate to layoutDelegate to avoid common naming overlap
Scott Goodson
committed
e517f88
View commit details
Copy full SHA for e517f88
View code at this point
Browse repository at this point
Merge pull request #793 from nguyenhuy/ImproveCellNodeRelayout
Show description for 0598935
appleguy
committed
0598935
View commit details
Copy full SHA for 0598935
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
Make textContainerInset configurable for ASEditableTextNode placeholder and typed textViews
Show description for e4d2551
samhsiung
committed
e4d2551
View commit details
Copy full SHA for e4d2551
View code at this point
Browse repository at this point
Merge pull request #781 from levi/master
Show description for e11007f
appleguy
committed
e11007f
View commit details
Copy full SHA for e11007f
View code at this point
Browse repository at this point
Merge pull request #796 from samhsiung/name_stacks
Show description for ae692be
appleguy
committed
ae692be
View commit details
Copy full SHA for ae692be
View code at this point
Browse repository at this point
Adding ASButtonNode. Simple but flexible, add features as desired!
Scott Goodson
committed
3416450
View commit details
Copy full SHA for 3416450
View code at this point
Browse repository at this point
Fix retain cycle in basic, cache-less ASNetworkImageNodes
Show description for 3175ce2
Scott Goodson
committed
3175ce2
View commit details
Copy full SHA for 3175ce2
View code at this point
Browse repository at this point
Commits on Oct 30, 2015
adds convenience methods to return a vertical and horizontal stack spec
samhsiung
committed
29a1283
View commit details
Copy full SHA for 29a1283
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
Notify ASCellNodeDelegate even if a relayout doesn't result in a resize
Show description for fb18e76
nguyenhuy
committed
fb18e76
View commit details
Copy full SHA for fb18e76
View code at this point
Browse repository at this point
Use fast enumeration when performing collection view update blocks
Adlai-Holler
committed
cf8946c
View commit details
Copy full SHA for cf8946c
View code at this point
Browse repository at this point
Improve documentation of ASCellNode setNeedsLayout
nguyenhuy
committed
5b8f7e9
View commit details
Copy full SHA for 5b8f7e9
View code at this point
Browse repository at this point
ASTextCellNode triggers a relayout after a text change
nguyenhuy
committed
c7d18a4
View commit details
Copy full SHA for c7d18a4
View code at this point
Browse repository at this point
Introduce ASCellNodeDelegate
Show description for 00400e1
nguyenhuy
committed
00400e1
View commit details
Copy full SHA for 00400e1
View code at this point
Browse repository at this point
Move ASDisplayNodePerformBlockOnMainThread to ASInternalHelpers
nguyenhuy
committed
cd31f88
View commit details
Copy full SHA for cd31f88
View code at this point
Browse repository at this point
Commits on Oct 28, 2015
Never use setAnimationsEnabled: so we don't risk corrupting enabledness
Adlai-Holler
committed
5048566
View commit details
Copy full SHA for 5048566
View code at this point
Browse repository at this point
release any CGColor's set while the node is in a pending state
eanagel
committed
a2bc207
View commit details
Copy full SHA for a2bc207
View code at this point
Browse repository at this point
Commits on Oct 27, 2015
Expose ASViewController's constrained size for subclass customization
Levi McCallum
committed
03bd1f4
View commit details
Copy full SHA for 03bd1f4
View code at this point
Browse repository at this point
Commits on Oct 26, 2015
Merge pull request #753 from nguyenhuy/DataControllerSortedTransaction
Show description for 2c8626e
appleguy
committed
2c8626e
View commit details
Copy full SHA for 2c8626e
View code at this point
Browse repository at this point
Revert "Fix unnecessary relayout if table view width is zero initially"
Show description for 6644621
nguyenhuy
committed
6644621
View commit details
Copy full SHA for 6644621
View code at this point
Browse repository at this point
Inject an ASDataController class to ASTableView, for testing purposes
Show description for 72fca53
nguyenhuy
committed
72fca53
View commit details
Copy full SHA for 72fca53
View code at this point
Browse repository at this point
Fix comment in ASTableView
nguyenhuy
committed
1b500e4
View commit details
Copy full SHA for 1b500e4
View code at this point
Browse repository at this point
Merge pull request #774 from nguyenhuy/FixFailingTestsRelatedToDisplayNodeName
Show description for 6c08187
appleguy
committed
6c08187
View commit details
Copy full SHA for 6c08187
View code at this point
Browse repository at this point
Remove debugging names of ASDisplayNode and _ASDisplayLayer
Show description for b77522b
nguyenhuy
committed
b77522b
View commit details
Copy full SHA for b77522b
View code at this point
Browse repository at this point
Add read-only names to UIView and CALayer
Show description for 53a3b76
nguyenhuy
committed
53a3b76
View commit details
Copy full SHA for 53a3b76
View code at this point
Browse repository at this point
Revert "Revert "Make ASDisplayNode.name Thread Safe""
Show description for fd0b3aa
nguyenhuy
committed
fd0b3aa
View commit details
Copy full SHA for fd0b3aa
View code at this point
Browse repository at this point
Merge pull request #722 from nguyenhuy/RelayoutCellAPI
Show description for 7e61675
appleguy
committed
7e61675
View commit details
Copy full SHA for 7e61675
View code at this point
Browse repository at this point
Remove duplicate steps while coalescing changes in _ASHierarchyChangeSet
nguyenhuy
committed
ecc5e1a
View commit details
Copy full SHA for ecc5e1a
View code at this point
Browse repository at this point
Add documentation to ASChangeSetDataController.
nguyenhuy
committed
8745a47
View commit details
Copy full SHA for 8745a47
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.