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 }}
NeelyWan
/
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 Mar 21, 2016
Merge pull request #1407 from nguyenhuy/cancel_layout_transitions
Show description for bae2f23
appleguy
committed
bae2f23
View commit details
Copy full SHA for bae2f23
Browse repository at this point
Add method to cancel layout transitions in progress
Show description for 9e76d7b
nguyenhuy
committed
9e76d7b
View commit details
Copy full SHA for 9e76d7b
Browse repository at this point
Merge pull request #1406 from rahul-malik/rmalik-button-a11y
Show description for 1a57e2c
appleguy
committed
1a57e2c
View commit details
Copy full SHA for 1a57e2c
Browse repository at this point
Basic a11y support for ASButtonNode
rahul-malik
committed
4eb3356
View commit details
Copy full SHA for 4eb3356
Browse repository at this point
Commits on Mar 20, 2016
Merge pull request #1405 from facebook/RelativeSpec
Show description for a9eaa9c
appleguy
committed
a9eaa9c
View commit details
Copy full SHA for a9eaa9c
Browse repository at this point
[ASRelativeLayoutSpec] New core layout spec type: Relative Position, now powers Center as well.
Show description for 086bd8a
stowy
authored and
appleguy
committed
086bd8a
View commit details
Copy full SHA for 086bd8a
Browse repository at this point
Merge pull request #1398 from facebook/Placeholders
Show description for 4297cb1
appleguy
committed
4297cb1
View commit details
Copy full SHA for 4297cb1
Browse repository at this point
Merge pull request #1399 from facebook/MKCancel
Show description for 36437f2
appleguy
committed
36437f2
View commit details
Copy full SHA for 36437f2
Browse repository at this point
Merge pull request #1404 from facebook/pragma
Show description for 636b7d9
appleguy
committed
636b7d9
View commit details
Copy full SHA for 636b7d9
Browse repository at this point
Merge pull request #1262 from ekurutepe/carthage-example
Show description for ebd3567
appleguy
committed
ebd3567
View commit details
Copy full SHA for ebd3567
Browse repository at this point
[AsyncDisplayKit] Adopt #pragma once, remove last remaining dispatch_sync (UIScreen scale).
appleguy
committed
8308a4c
View commit details
Copy full SHA for 8308a4c
Browse repository at this point
Merge pull request #1403 from hannahmbanana/fixCustomCollectionExampleApp
Show description for 5feedb0
appleguy
committed
5feedb0
View commit details
Copy full SHA for 5feedb0
Browse repository at this point
Merge pull request #1402 from hannahmbanana/master
Show description for 1783012
appleguy
committed
1783012
View commit details
Copy full SHA for 1783012
Browse repository at this point
[CustomCollectionView Example]
Show description for 2dae2d1
hannahmbanana
committed
2dae2d1
View commit details
Copy full SHA for 2dae2d1
Browse repository at this point
Revert "[CustomCollectionView Example]"
Show description for d99a13f
hannahmbanana
committed
d99a13f
View commit details
Copy full SHA for d99a13f
Browse repository at this point
[CustomCollectionView Example]
Show description for fcccb1b
hannahmbanana
committed
fcccb1b
View commit details
Copy full SHA for fcccb1b
Browse repository at this point
[AsyncDisplayKit] Fix build so we can weak link AVFoundation
Show description for f9a9236
hannahmbanana
committed
f9a9236
View commit details
Copy full SHA for f9a9236
Browse repository at this point
[ASVideoNode] Add to ASDK umbrella header
hannahmbanana
committed
b98920c
View commit details
Copy full SHA for b98920c
Browse repository at this point
Commits on Mar 19, 2016
Merge remote-tracking branch 'facebook/master'
hannahmbanana
committed
5716cbf
View commit details
Copy full SHA for 5716cbf
Browse repository at this point
[ASMapNode] Reduce number of MapKit calls to -cancel by using the .isLoading property.
appleguy
committed
7bb48d2
View commit details
Copy full SHA for 7bb48d2
Browse repository at this point
[ASDisplayNode] Placeholders should always be recreated if returning to past nodes.
Show description for c5c7abb
appleguy
committed
c5c7abb
View commit details
Copy full SHA for c5c7abb
Browse repository at this point
Commits on Mar 18, 2016
Merge pull request #1397 from maicki/ASRunLoopQueueContinueProcessing
Show description for 0745eab
appleguy
committed
0745eab
View commit details
Copy full SHA for 0745eab
Browse repository at this point
Create CFRunLoopSourceContext via calloc
maicki
committed
14b9df3
View commit details
Copy full SHA for 14b9df3
Browse repository at this point
Add custom run loop source to signal if new jobs are enqueued in ASRunLoopQueue
Show description for d1756ba
maicki
committed
d1756ba
View commit details
Copy full SHA for d1756ba
Browse repository at this point
Commits on Mar 17, 2016
Merge pull request #1393 from ejensen/cleanup
Show description for c8cbd2e
appleguy
committed
c8cbd2e
View commit details
Copy full SHA for c8cbd2e
Browse repository at this point
remove Cartfile.resolved
ekurutepe
committed
2a97805
View commit details
Copy full SHA for 2a97805
Browse repository at this point
Condition logic simplification
ejensen
committed
6739a3a
View commit details
Copy full SHA for 6739a3a
Browse repository at this point
Add a space between the ? and : in ternarys
ejensen
committed
17aebcb
View commit details
Copy full SHA for 17aebcb
Browse repository at this point
Replace ASTextKitAttributes' objectsEqual with the shared ASObjectIsEqual
ejensen
committed
14a389c
View commit details
Copy full SHA for 14a389c
Browse repository at this point
make the sample scheme shared
ekurutepe
committed
ad09d83
View commit details
Copy full SHA for ad09d83
Browse repository at this point
use current-branch in carthage build
ekurutepe
committed
e11ed66
View commit details
Copy full SHA for e11ed66
Browse repository at this point
disable autocreate schemes
ekurutepe
committed
229bce7
View commit details
Copy full SHA for 229bce7
Browse repository at this point
Merge pull request #2 from ekurutepe/master
Show description for 618febd
ekurutepe
committed
618febd
View commit details
Copy full SHA for 618febd
Browse repository at this point
Merge pull request #1 from facebook/master
Show description for 780b00c
ekurutepe
committed
780b00c
View commit details
Copy full SHA for 780b00c
Browse repository at this point
Merge remote-tracking branch 'facebook/master'
hannahmbanana
committed
69c3b61
View commit details
Copy full SHA for 69c3b61
Browse repository at this point
Previous
Next
You can’t perform that action at this time.