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 }}
anngdev
/
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
ASImageNode.mm
on
layoutExamples
User selector
All users
All time
Commit history
Commits on Jul 10, 2016
Move imageLock in braces for getting drawing parameters (#1876)
maicki
authored and
appleguy
committed
e7e2672
View commit details
Copy full SHA for e7e2672
View code at this point
Browse repository at this point
Commits on Jul 9, 2016
Merge branch 'master' of git://github.com/kielgillard/AsyncDisplayKit into kielgillard-master
appleguy
committed
f0ff9c1
View commit details
Copy full SHA for f0ff9c1
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Move dealloc method from ASImageNode+AnimatedImage category to ASImageNode
Show description for b2810ed
maicki
committed
b2810ed
View commit details
Copy full SHA for b2810ed
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
* Make the "Life Without Cocoapods" sample build and run.
Show description for f7b7bce
Kiel Gillard
committed
f7b7bce
View commit details
Copy full SHA for f7b7bce
View code at this point
Browse repository at this point
Commits on Jun 21, 2016
Remove caching of _drawParameter and use bounds instead of threadSafeBounds
maicki
committed
36e48cf
View commit details
Copy full SHA for 36e48cf
View code at this point
Browse repository at this point
Use threadSafeBounds instead of bounds to create drawing parameters
maicki
committed
74b9b6b
View commit details
Copy full SHA for 74b9b6b
View code at this point
Browse repository at this point
Prevent subclassing of ASTextNode and ASImageNode
maicki
committed
fc7cff3
View commit details
Copy full SHA for fc7cff3
View code at this point
Browse repository at this point
Move drawing parameters in ASTextNode and ASImageNode to structs
maicki
committed
3384297
View commit details
Copy full SHA for 3384297
View code at this point
Browse repository at this point
Commits on Jun 12, 2016
Clean up header comments (for consistent Facebook licensing info) (#1741)
Show description for c857e80
hannahmbanana
authored and
appleguy
committed
c857e80
View commit details
Copy full SHA for c857e80
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
Move the default animated image runloop mode to a constant, and fallback to the constant if the runloop mode is set to nil
ejensen
committed
fdc5741
View commit details
Copy full SHA for fdc5741
View code at this point
Browse repository at this point
Commits on Jun 8, 2016
Allow configuration of ASImageNode's animation runloop
ejensen
committed
370e5f1
View commit details
Copy full SHA for 370e5f1
View code at this point
Browse repository at this point
Commits on Jun 1, 2016
Merge pull request #1665 from hannahmbanana/master
Show description for 86deec4
appleguy
committed
86deec4
View commit details
Copy full SHA for 86deec4
View code at this point
Browse repository at this point
Commits on May 26, 2016
Add comment for setting the backgroundColor in ASImageNode
maicki
committed
73ce8c1
View commit details
Copy full SHA for 73ce8c1
View code at this point
Browse repository at this point
Commits on May 25, 2016
Fix image sometimes appearing with black background or completely disappearing in ASImageNode
maicki
committed
e3e9d36
View commit details
Copy full SHA for e3e9d36
View code at this point
Browse repository at this point
Commits on May 16, 2016
Fixing a bug in both debug tools (image scaling, tappable area) in which I don't check that the overlay exists before creating it.
hannahmbanana
committed
37d4c5e
View commit details
Copy full SHA for 37d4c5e
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Fix merge conflicts
aaronschubert0
committed
b586b9f
View commit details
Copy full SHA for b586b9f
View code at this point
Browse repository at this point
[tvOS] Address comments on previous PR.
aaronschubert0
committed
e2fa2f8
View commit details
Copy full SHA for e2fa2f8
View code at this point
Browse repository at this point
[tvOS] Branch out tvOS specific code into it's own categories
aaronschubert0
committed
06d4573
View commit details
Copy full SHA for 06d4573
View code at this point
Browse repository at this point
Commits on Apr 20, 2016
Merge pull request #1273 from aaronschubert0/tvOS
Show description for dd4853b
appleguy
committed
dd4853b
View commit details
Copy full SHA for dd4853b
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Follow up to animated GIF PR
garrettmoon
committed
0fc39d1
View commit details
Copy full SHA for 0fc39d1
View code at this point
Browse repository at this point
Fix merge conflicts
aaronschubert0
committed
21abe8f
View commit details
Copy full SHA for 21abe8f
View code at this point
Browse repository at this point
Commits on Apr 17, 2016
Merge pull request #1528 from ejensen/instancetype
Show description for 30a0c47
appleguy
committed
30a0c47
View commit details
Copy full SHA for 30a0c47
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Downstream ASAnimatedImage
garrettmoon
committed
1b31621
View commit details
Copy full SHA for 1b31621
View code at this point
Browse repository at this point
Expose public properties properly
Show description for beba903
garrettmoon
committed
beba903
View commit details
Copy full SHA for beba903
View code at this point
Browse repository at this point
Add support for animated GIFs
Show description for 3bcbfb1
garrettmoon
committed
3bcbfb1
View commit details
Copy full SHA for 3bcbfb1
View code at this point
Browse repository at this point
Replace id with instancetype in initializers
ejensen
committed
527397b
View commit details
Copy full SHA for 527397b
View code at this point
Browse repository at this point
Commits on Mar 28, 2016
[ASControlNode] Upgrades to +setEnableHitTestDebug: to intersect hitTestSlop with parents' bounds+slop, to accurately predict and visualize UIKit event delivery edge cases.
appleguy
committed
cd49335
View commit details
Copy full SHA for cd49335
View code at this point
Browse repository at this point
Commits on Mar 19, 2016
[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
View code at this point
Browse repository at this point
Commits on Mar 16, 2016
- Use modern Objective-C syntax.
Show description for 33fda7a
ejensen
committed
33fda7a
View commit details
Copy full SHA for 33fda7a
View code at this point
Browse repository at this point
Commits on Mar 10, 2016
[ASRangeController] Improvements to application state change and memory warning handling.
Show description for 21bebb9
appleguy
committed
21bebb9
View commit details
Copy full SHA for 21bebb9
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
[ASImageNode] More refined naming and documentation for [ASImageNode shouldShowImageScalingOverlay]
hannahmbanana
committed
51eccb3
View commit details
Copy full SHA for 51eccb3
View code at this point
Browse repository at this point
[ASImageNode] A ASImageNode debug feature showing pixel scaling amount
Show description for d64c05a
hannahmbanana
committed
d64c05a
View commit details
Copy full SHA for d64c05a
View code at this point
Browse repository at this point
Commits on Feb 25, 2016
[tvOS] Clean up and document parts of code.
aaronschubert0
committed
f9bf402
View commit details
Copy full SHA for f9bf402
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
[tvOS] Implement a default behaviour of ASImageNode, trying to match the behaviour of UIImageView. Still need to add shine.
aaronschubert0
committed
3d6f676
View commit details
Copy full SHA for 3d6f676
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Merge pull request #1256 from Adlai-Holler/AHAffinityRevisions
Show description for 3abde93
appleguy
committed
3abde93
View commit details
Copy full SHA for 3abde93
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.