gerchicov-vg

Results 20 issues of gerchicov-vg

* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? Run `pod install` ## What did...

generated: ``` internal enum UILoadingViewController: StoryboardType { internal static let storyboardName = "UILoadingViewController" internal static let initialScene = InitialSceneType(storyboard: Self.self) } ``` expected and workable: ``` internal enum UILoadingViewController: StoryboardType...

Linked with this issue: https://github.com/mRs-/HexColors/issues/47 it is already fixed but not released in cocoapods

I need to have an `inputTextView` with the following params: - `inputTextView.height == 32` - `font == .systemFont(ofSize: 16)` - `inputTextView.insets.left == 12` Tried to customize your "Advanced example" from...

question

**Describe the bug** I needed to change the bar height to place some additional content inside it but found the following: When you set `padding.top` for the second time and...

Currently I see `messageInputBar.padding.top` property which allows to set any concrete height I need but what if the size of additional content is defined with constraints? Is it possible to...

question

For example I have a complex file for different types of sources but I need to manually "recompile" xcassets only. Is it possible without of creating additional config files and...

In my case I need the string `Some text \n[%1$@](%2$@) and [%3$@](%4$@)`. SwiftGen: ``` internal static func agreeStringTitle(_ p1: Any, _ p2: Any, _ p3: Any, _ p4: Any) ->...