Insu Byeon
Insu Byeon
**Description**: I'm found a bug while installing RIBs using CocoaPods. I have confirmed that the results are different from when I used a different package manager(such as SwiftPM, Carthage). All...
If you don't use a return value, using forEach method is better than the map method. and removed unnecessary semicolon.
Hello! @msaps ! I found a mistake while following the code of `PageboyViewControllerDelegate` in the README.md. `NavigationDirection` is declared as an internal typealias. ```swift internal typealias NavigationDirection = PageboyViewController.NavigationDirection ```...