Block or Report
Block or report osfalt
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
CoordinatorApp-iOS Public
My vision of Coordinator pattern for iOS. The idea is to create a fully testable coordinator. The app is built using MVVM-C architecture, Combine and SwiftUI frameworks.
Swift
-
MVVMReactiveApp Public
Demo iOS application that is built using MVVM architecture and ReactiveSwift framework
Swift
-
cocoapods-binary Public
Forked from leavez/cocoapods-binary
integrate pods in form of prebuilt frameworks conveniently, reducing compile time
Ruby
-
-
1
@implementation UIImage (CornerRadius)
23- (UIImage *)imageWithCornerRadius:(CGFloat)radius andSize:(CGSize)size {
4CGRect rect = {0.f, 0.f, size};
5 -
OpenWeather-VIPER-iOS Public
This application is a test project written in Swift using the VIPER architecture.
Swift 4