Eduardo Lourenço Pinto Neto

Results 4 issues of Eduardo Lourenço Pinto Neto

Code looks like this: ``` import UIKit import GrowingTextView class CommentsViewController: UIViewController { @IBOutlet var commentTextView: GrowingTextView! // MARK:- View lifecycle override func viewDidLoad() { super.viewDidLoad() customizeCommentTextView() } func customizeCommentTextView()...

I need to create custom ButtonBarCells with badges on them and it came to my understanding that I'll need to subclass ```BaseButtonBarPagerTabStripViewController``` instead of ```ButtonBarPagerTabStripViewController```. It looks pretty straight forward...

I'm currently using latest `Moya 14` installed via SPM on `Xcode 12.2`: ```swift .package( url: "https://github.com/Moya/Moya.git", from: "14.0.0" ) ``` I want to try `CombineMoya`, so when I bump the...

stale
spm

Hi everybody, I'm having an issue here with color discrepancies in an image view. I'm using KIF framework for UI Tests and SnapshotTesting to take screenshots between interactions (asserts made...