denkeni
denkeni
+1 the same issue. JavaScriptCore can be built successfully, but the problem lies in compiling working project using the pre-compiled JavaScriptCore library, with Xcode 6.1.1. No luck with one built...
A workaround here. We built this project for arm64 slice in order to build our project for Standard architectures (armv7, arm64). But since Apple's arm64 devices all start at least...
I've confirmed that App Store Review has revised their internal policy to approve 3rd party apps for YouTube streaming, just give them [YouTube API Services Terms of Service](https://developers.google.com/youtube/terms/api-services-terms-of-service). More details...
Maybe you should take a look at `sectionHeaderTopPadding` and set it to 0.
There's another solution that works for me: setting `tableHeaderView` https://developer.apple.com/forums/thread/683980?answerId=687940022#687940022
https://github.com/TextureGroup/Texture/pull/2032 has been merged, so this issue has got fixed and could be closed. Check out the current master branch.
It is actually a new behavior introduced since iOS 14 UIKit. When `cell.backgroundColor` is not set, it puts `_UISystemBackgroundView` to make your backgroundColor white, rather than transparent as before. Not...
Would you mind providing a sample project to replicate the issue? I’ve created a [sample project](https://github.com/denkeni/Texture_tableViewCell_selected/tree/issue2009) based on my understanding of this issue, which happens on iOS 14 or later:...
I've seen the same crashing issue in another [Chromium-based browser](https://en.wikipedia.org/wiki/Chromium_(web_browser)#Browsers_based_on_Chromium), while Gnosis Safe website works well with Ledger. It'll be great to have a test through some Chromium-based browsers, at...
This repo [has already upgraded to WKWebView](https://github.com/youtube/youtube-ios-player-helper/commit/e9dbe9ee014c1ff7387d37052a0a23335335c89a). Upgrade your version or check other dependencies.