Antoine Marcadet
Antoine Marcadet
In my case I have a `UITableViewCell` subclass that contains a `SkyFloatingLabelTextField`. The `UITableView` is configured in interactive mode for the keyboard dismiss `self.tableView.keyboardDismissMode = .Interactive`. When I do while...
The rightView frame is ignored in `editingRectForBounds`, `textRectForBounds` and so on. See below:  I have implemented the behavior in a subclass, hope it will help you. In my case...
Hi Caleb, With @kornifex we are facing another issue when our user wants to cancel the `authorize` request. Sorry but we don't have time at the moment to fix this...
I'm using R.swift and I have an issue with `KYDrawerController` module naming. R.swift generate the following code: ```swift import Foundation import KYDrawerController import Rswift import UIKit /// This `R` struct...
First of all, congrats for this nice helper library, I once try to build something pretty similar but didn't make it, yours looks really great, simple and powerful. 👍 After...
### What problem or need do you have? In my project I need to set flags `-ObjC -all_load` at project or target level. When adopting mergeable library, Tuist automatically generates...
The experience of maintaining large swiftlint configuration files can be tedious, it would be great to add a [JSON Schema](https://json-schema.org/) describing the configuration file allowing VS Code to lint and...
I would recommend you to avoid `UI` prefix because it's reserved for Apple UIKit components. Please report to [this article](http://nshipster.com/namespacing/) for more information.
### What happened? For now it's possible to customize some TestTarget properties like parallelize, randomize or location but not application data. It would be a nice improvement to be able...
## Context 🕵️♀️ I have some components that explicitly check against the current device using `UIDevice.current.userInterfaceIdiom` (I known this might not be a best practice and we are on the...