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 }}
BellyABC123
/
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 Feb 26, 2016
Merge pull request #1280 from davidlawson/master
Show description for a3576d5
appleguy
committed
a3576d5
View commit details
Copy full SHA for a3576d5
Browse repository at this point
Merge pull request #1271 from maicki/update-examples
Show description for 60b68f3
appleguy
committed
60b68f3
View commit details
Copy full SHA for 60b68f3
Browse repository at this point
Merge pull request #1279 from facebook/OpaqueAndBGDisplay
Show description for d3f75b2
appleguy
committed
d3f75b2
View commit details
Copy full SHA for d3f75b2
Browse repository at this point
Added NSArray+Diffing.m and ASDefaultPlayButton.m to iOS Framework target
davidlawson
committed
3078720
View commit details
Copy full SHA for 3078720
Browse repository at this point
[ASDisplayNode] Bridge should trigger display when opacity or bg color change.
appleguy
committed
8951612
View commit details
Copy full SHA for 8951612
Browse repository at this point
Commits on Feb 25, 2016
Merge pull request #1277 from nguyenhuy/layout_transition_for_cell_node
Show description for 93575b2
appleguy
committed
93575b2
View commit details
Copy full SHA for 93575b2
Browse repository at this point
Merge pull request #1265 from rcancro/scaleFactor
Show description for 6f12444
appleguy
committed
6f12444
View commit details
Copy full SHA for 6f12444
Browse repository at this point
Merge pull request #1274 from Adlai-Holler/AHMapNodeVendAnnotations
Show description for 6e85ad8
appleguy
committed
6e85ad8
View commit details
Copy full SHA for 6e85ad8
Browse repository at this point
ASCellNode notifies its layout delegate during layout transition
nguyenhuy
committed
0fe7745
View commit details
Copy full SHA for 0fe7745
Browse repository at this point
Merge pull request #1275 from nguyenhuy/fix_didCompleteTransitionLayout
Show description for 7d9ad72
appleguy
committed
7d9ad72
View commit details
Copy full SHA for 7d9ad72
Browse repository at this point
Fix mismatch between the signature of didCompleteLayoutTransition and its implementation
nguyenhuy
committed
640b6bd
View commit details
Copy full SHA for 640b6bd
Browse repository at this point
Simplify ASMapNode.setAnnotations
Adlai-Holler
committed
60f5ba2
View commit details
Copy full SHA for 60f5ba2
Browse repository at this point
Make ASMapNode vend its annotations
Adlai-Holler
committed
2fbc7b0
View commit details
Copy full SHA for 2fbc7b0
Browse repository at this point
Merge pull request #1272 from nguyenhuy/fix_diffing_algo
Show description for e53c0c2
appleguy
committed
e53c0c2
View commit details
Copy full SHA for e53c0c2
Browse repository at this point
Assert comparison block in diffing algorithm
nguyenhuy
committed
32a8f9c
View commit details
Copy full SHA for 32a8f9c
Browse repository at this point
Fix diffing algorithm not using custom comparison block
nguyenhuy
committed
bd1b195
View commit details
Copy full SHA for bd1b195
Browse repository at this point
Overall examples improvement
maicki
committed
bb35470
View commit details
Copy full SHA for bb35470
Browse repository at this point
Add missing super call
maicki
committed
6bf150b
View commit details
Copy full SHA for 6bf150b
Browse repository at this point
Overall improvements for the SocialAppLayout example
maicki
committed
7dd2fbf
View commit details
Copy full SHA for 7dd2fbf
Browse repository at this point
Use collectionView:nodeBlockForItemAtIndexPath: in all examples
maicki
committed
8418d8b
View commit details
Copy full SHA for 8418d8b
Browse repository at this point
[AsyncDisplayKit] Increment .podspec version to 1.9.7 in preparation for release.
appleguy
committed
f948a80
View commit details
Copy full SHA for f948a80
Browse repository at this point
[ASMapNode] Perform MKMapSnapshotter callback off the main thread to eliminate UIImage handling overhead.
appleguy
committed
792db00
View commit details
Copy full SHA for 792db00
Browse repository at this point
Merge pull request #1270 from Adlai-Holler/AHFixMapNodeUnhostingView
Show description for 306aec9
appleguy
committed
306aec9
View commit details
Copy full SHA for 306aec9
Browse repository at this point
Commits on Feb 24, 2016
[ASMapNode] Remove live map on clearFetchedData, not clearContents
Adlai-Holler
committed
de46701
View commit details
Copy full SHA for de46701
Browse repository at this point
Merge pull request #1269 from garrettmoon/fixButtonLabel
Show description for db2a606
appleguy
committed
db2a606
View commit details
Copy full SHA for db2a606
Browse repository at this point
Flex shrink should be set on title init, not image init
garrettmoon
committed
6a12984
View commit details
Copy full SHA for 6a12984
Browse repository at this point
Merge pull request #1267 from eanagel/super-layout-required
Show description for 439ca17
appleguy
committed
439ca17
View commit details
Copy full SHA for 439ca17
Browse repository at this point
Merge pull request #1268 from eanagel/forward-scrollViewDidScroll
Show description for 74e6d08
appleguy
committed
74e6d08
View commit details
Copy full SHA for 74e6d08
Browse repository at this point
Initialize _asyncDelegateImplementsScrollviewDidScroll so we forward scollViewDidScroll: calls
eanagel
committed
fa4e20e
View commit details
Copy full SHA for fa4e20e
Browse repository at this point
Add a warning if [super layout] is not called (which causes big problems for ASLayout.)
eanagel
committed
26dcad5
View commit details
Copy full SHA for 26dcad5
Browse repository at this point
reordered conditionals, moved beta things to beta header file
rcancro
committed
8dbc8b7
View commit details
Copy full SHA for 8dbc8b7
Browse repository at this point
Stopped trying to cache the currentScaleFactor
Show description for 878fedd
rcancro
committed
878fedd
View commit details
Copy full SHA for 878fedd
Browse repository at this point
Commits on Feb 23, 2016
Merge pull request #1263 from levi/patch-5
Show description for eb6aa28
appleguy
committed
eb6aa28
View commit details
Copy full SHA for eb6aa28
Browse repository at this point
Add a bit of documentation to describe the problem this is solving
levi
committed
c2d379f
View commit details
Copy full SHA for c2d379f
Browse repository at this point
Enable animated bounds changes in ASCollectionView
levi
committed
4640801
View commit details
Copy full SHA for 4640801
Browse repository at this point
Previous
Next
You can’t perform that action at this time.