SK

Results 26 comments of SK

Side note for all Obj-C users: unfortunately subclassing a Swift class in Obj-C is not supported, therefore a custom FSPagerViewCell in an Obj-C project is not possible. Xcode error message:...

@cguess Cool, thanks. What about the new Watch devices?

This PR seems to work fine: https://github.com/sebyddd/SDVersion/pull/91

Add this ``` if (@available(iOS 14.0, *)) { if ([NSProcessInfo processInfo].isiOSAppOnMac) { return NO; } } ``` right after `#if !(TARGET_IPHONE_SIMULATOR)` in `DTTJailbreakDetection.m` That will at least bypass the jailbreak...

Additionally: a 'DismissAfterSeconds' property would be usefull.

Sorry, I stopped using DLRadioButton due to this issue and no longer have the sample code. However, as I explained it before: once the title is an attributed string, there...

3 weeks passed, but no reply so far ... :( Can someone of the responsible at least confirm that this is a bug in the underlying framework? Thanks.

@ihnatmoisieiev That works! Many thanks!

@ihnatmoisieiev Well, create a simple test project with a Highcharts view, start it, switch to 'Debug navigator' in Xcode, then click on 'Profile in Instruments'. You'll notice the leak in...