mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-14 11:49:13 +00:00
Merge pull request #1420 from hannahmbanana/fixSocialSampleApp
[SocialAppLayout example] update to use ASTextNode's passthroughNonlinkTouches property
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -89,6 +89,7 @@
|
||||
_postNode.userInteractionEnabled = YES;
|
||||
_postNode.linkAttributeNames = @[ kLinkAttributeName ];
|
||||
_postNode.attributedString = attrString;
|
||||
_postNode.passthroughNonlinkTouches = YES; // passes touches through when they aren't on a link
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user