Mike Spensieri
Mike Spensieri
You can check out my fork of this repo that doesn't use UIGetScreenImage(): https://github.com/mspensieri/CaptureRecord
You can check out my fork of this repo that doesn't use UIGetScreenImage(): https://github.com/mspensieri/CaptureRecord
+1 on this feature, would love to see this make its way into the core lib as we have the exact same need
I submitted PR #9 a while back that made a number of improvements to scrolling performance, but it was taken out because #13 was thought to have been caused by...
The (null) comes from `CFBundleDisplayName` property in your app’s info.plist. It comes from the following code: `[[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName”]` To change it, just set that property in your info file.
@anieto String customization is only available as of SupportKit v2.4.0. This repo bundles v2.3.0. You can update it using `pod update` or from the SupportKit [repo](https://github.com/radialpoint/SupportKit).
Hello 👋 thanks for the ping . As you've noticed, we don't actively monitor this repo for bug reports. In the future you'd get more prompt support by using the...