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 }}
hartbit
/
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 Dec 13, 2016
Fixed Carthage build error
hartbit
committed
fcf6f43
View commit details
Copy full SHA for fcf6f43
Browse repository at this point
[Build] Fix up ASScrollNode to import the new FrameworkSubclasses.h file.
appleguy
committed
ab5627b
View commit details
Copy full SHA for ab5627b
Browse repository at this point
[Layout Transition] Reset the alpha value for inserted and removed subnode to initial value (#2729)
Show description for ddc23af
maicki
authored and
appleguy
committed
ddc23af
View commit details
Copy full SHA for ddc23af
Browse repository at this point
[PhotoCellNode]Update formatting of layoutSpec to a flat structure. (#2732)
Show description for 03045ee
jaichaudhry
authored and
appleguy
committed
03045ee
View commit details
Copy full SHA for 03045ee
Browse repository at this point
[ASDisplayNode] Ensure all subclasses are using base class __instanceLock__ and not re-defining their own. (#2754)
Show description for eeb977e
appleguy
authored
eeb977e
View commit details
Copy full SHA for eeb977e
Browse repository at this point
Some smaller SocialAppLayout example improvements (#2743)
maicki
authored and
appleguy
committed
ad37ecf
View commit details
Copy full SHA for ad37ecf
Browse repository at this point
[ASPagerNode] Fix content insets are wrong in pager node if root node of ASViewController and transition back (#2736)
Show description for 57cd6a3
maicki
authored and
appleguy
committed
57cd6a3
View commit details
Copy full SHA for 57cd6a3
Browse repository at this point
Commits on Dec 12, 2016
[ASScrollNode] Refine edge case of new automaticallyManagesContentSize logic to adopt stack's size in unconstrained dimensions. (#2759)
appleguy
authored
d874eed
View commit details
Copy full SHA for d874eed
Browse repository at this point
[ASScrollNode] Support for automaticallyManagesContentSize, adopting the ASLayoutSpec's size as the scrollable contentSize. (#2753)
Show description for 2feabd2
appleguy
authored and
Hannah Troisi
committed
2feabd2
View commit details
Copy full SHA for 2feabd2
Browse repository at this point
[ASControlNode] Add ASControlNodeEventValueChanged to support creating switches, sliders, etc. (#2751)
appleguy
authored
92affce
View commit details
Copy full SHA for 92affce
Browse repository at this point
Commits on Dec 9, 2016
Remove build status for now since we're using Jenkins and we can't publicise results because of network restrictions. (#2745)
garrettmoon
authored and
Hannah Troisi
committed
b8be607
View commit details
Copy full SHA for b8be607
Browse repository at this point
[Examples] move failing Shop example to extra folder until config is fixed
hannahmbanana
committed
a64253c
View commit details
Copy full SHA for a64253c
Browse repository at this point
Commits on Dec 8, 2016
Update to 2.0 (#2735)
garrettmoon
authored and
Hannah Troisi
committed
2e1d6c1
View commit details
Copy full SHA for 2e1d6c1
Browse repository at this point
[Examples] Added Bear Shop project (#2614)
Show description for 3d1ff67
StrauneanuDimitri
authored and
Adlai Holler
committed
3d1ff67
View commit details
Copy full SHA for 3d1ff67
Browse repository at this point
Improve Handling of Rasterized Node Interface & Hierarchy States (#2731)
Show description for 5b80a64
Adlai Holler
authored
5b80a64
View commit details
Copy full SHA for 5b80a64
Browse repository at this point
Document default values of alignItems and justifyContent (#2733)
nguyenhuy
authored and
maicki
committed
016d99f
View commit details
Copy full SHA for 016d99f
Browse repository at this point
Commits on Dec 7, 2016
[Layout] Don't crash if layout elements are created in `layoutSpecThatFits:` (#2694)
Show description for 4355f4d
maicki
authored and
Hannah Troisi
committed
4355f4d
View commit details
Copy full SHA for 4355f4d
Browse repository at this point
Add lint mode to build.sh (#2728)
garrettmoon
authored and
Hannah Troisi
committed
80ab695
View commit details
Copy full SHA for 80ab695
Browse repository at this point
Allow section-indexpaths in collection & table validation (#2727)
Adlai Holler
authored
7de2dec
View commit details
Copy full SHA for 7de2dec
Browse repository at this point
Don’t compare the hash instead compare the attributes in ASTextNodeRendererKey isEqual (#2726)
maicki
authored and
Adlai Holler
committed
a6b2166
View commit details
Copy full SHA for a6b2166
Browse repository at this point
[ASTextKit] Remove internal side effects related to constrainedSize.
maicki
authored and
appleguy
committed
beb98b4
View commit details
Copy full SHA for beb98b4
Browse repository at this point
Commits on Dec 6, 2016
Just call super to change the size of the cell node that will resize itself instead of setting the frame directly (#2725)
maicki
authored
c3cbd3b
View commit details
Copy full SHA for c3cbd3b
Browse repository at this point
Merge pull request #2708 from maicki/MSPreventSettingImageSpecificImageNodeSubclasses
Show description for 5b83301
Adlai Holler
authored
5b83301
View commit details
Copy full SHA for 5b83301
Browse repository at this point
Update to RC 2 (#2723)
garrettmoon
authored and
Hannah Troisi
committed
54eba88
View commit details
Copy full SHA for 54eba88
Browse repository at this point
Further logic and documentation improvements
maicki
committed
ee0cc9b
View commit details
Copy full SHA for ee0cc9b
Browse repository at this point
Fix ASDKGram deprecation warning (#2719)
maicki
authored and
Hannah Troisi
committed
aec8dbf
View commit details
Copy full SHA for aec8dbf
Browse repository at this point
Update to beta 7 of PINRemoteImage - fixes image corruption issues. (#2720)
garrettmoon
authored and
Hannah Troisi
committed
d577607
View commit details
Copy full SHA for d577607
Browse repository at this point
Fix typo in README (#2718)
8of
authored and
Hannah Troisi
committed
52eb9df
View commit details
Copy full SHA for 52eb9df
Browse repository at this point
Some video node improvements
maicki
committed
cacc366
View commit details
Copy full SHA for cacc366
Browse repository at this point
Tremendously make the implementation easier
maicki
committed
ef84e99
View commit details
Copy full SHA for ef84e99
Browse repository at this point
Further work
maicki
committed
018ad14
View commit details
Copy full SHA for 018ad14
Browse repository at this point
Some further improvements
maicki
committed
d57e33b
View commit details
Copy full SHA for d57e33b
Browse repository at this point
Cleanup ASVideoNode a bit
maicki
committed
9fefd4a
View commit details
Copy full SHA for 9fefd4a
Browse repository at this point
Add support for setting a static image to ASNetworkImageNode
maicki
committed
70b647c
View commit details
Copy full SHA for 70b647c
Browse repository at this point
Change Header of ASImageNode+Private
maicki
committed
143abda
View commit details
Copy full SHA for 143abda
Browse repository at this point
Previous
Next
You can’t perform that action at this time.