Cihat Gündüz

Results 297 comments of Cihat Gündüz

![Codacy](https://app.codacy.com/assets/images/favicon.png) Here is an overview of what got changed by this pull request: ```diff Issues ====== - Added 3 Clones added ============ - Tests/AnyLintTests/StatisticsTests.swift 4 ``` See the complete overview...

Consider showing a warning before doing the conversion with a hint that all SwiftLint rules that only work on specific kinds of Swift structures (e.g. only methods) might not work...

Here's a possible design of how the template system might work: ```Swift try Lint.runChecks( source: .remote("https://raw.githubusercontent.com/Flinesoft/AnyLint/main/Templates/Swift/default.swift"), atPath: "Tests", runOnly: ["RequireReadme", "LineLength"], exclude: ["RequireLicense"], options: ["LineLength": 160] ) ``` The above...

I'm able to use BGParallaxHeader in Swift projects by adding the following line to the Bridging header: ``` Objective-C #import "UIScrollView+VGParallaxHeader.h" ``` Please read more about the Bridging-Header [here](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html).

I like the idea as well. I just needed that and hoped that CRToast would act that way by default. But it's not even there as an option, that's very...

Great to hear, looking forward to it! :) :+1:

I wrote a Coordinator-based **framework** with a **demo project** which also explains some of the concepts in it's README, including how it integrates with the AppDelegate. Feel free to check...

@Cosmo Thank you for the update. I hope things go well, get well quickly after the surgery. And sure, I could join any Slack/Discord server to discuss things, you can...

Would love to see this! :+1: