Ivan Vorobei
Ivan Vorobei
## Project URL https://github.com/sparrowcode/SwiftBoost ## Category Util ## Description Collection of Swift-extensions to boost development process. ## Why it should be included to `awesome-ios` (mandatory) Its help developer with useful...
If present controller ```swift class TextFieldController: UIViewController { let textField = UITextField() override func viewDidLoad() { super.viewDidLoad() self.view.backgroundColor = .white self.view.addSubview(self.textField) } override func viewWillAppear(_ animated: Bool) { super.viewWillAppear(animated) self.textField.becomeFirstResponder()...
After integrate `RXDataSources` via pod or `SPM` receive error: Maybe for now no support `Catalyst`?
Set `ruby` for pod line. More description for `License` section.
Attach screenshoot:
See preview:
It's like changed direction unexpected. I don't see any bug, but it's stable for reproduce. Preview attached https://user-images.githubusercontent.com/10995774/215354336-83a2bd34-a030-4148-aa80-6e478edff4ba.mov
For new version added more styles. Good to integrate it as well. If need any help let me know I happy to assist.