Artur Gruchała
  • Home
  • Image processing
  • RxSwift course
  • About
  • Privacy policy
Bidirectional collection view with orthogonalScrollingBehavior

Bidirectional collection view with orthogonalScrollingBehavior

3 years ago 2 min read SwiftUIKit
Before iOS 13, if you wanted to have a vertical collection view with horizontally scrolling sections it required embedding a scroll view inside the collection view cell, passing the model around, handling touch
Read Now Read Later
Artur Gruchała
By: Artur Gruchała
The power of Compositional Layout

The power of Compositional Layout

3 years ago 6 min read UIKitSwift
With iOS 13 Apple introduced a new and very powerful way of creating layouts for UICollectionView - UICollectionViewCompositionalLayout. The compositional layout uses three types of "building blocks": - item - describes
Read Now Read Later
Artur Gruchała
By: Artur Gruchała
SwiftGen - Strongly typed assets in Xcode

SwiftGen - Strongly typed assets in Xcode

3 years ago 3 min read MiscSwiftXcode
I remember when I was in university, learning Android SDK and writing my first mobile app. All assets were bundled together in nifty R class. With this autogenerated assets class, developers could use
Read Now Read Later
Artur Gruchała
By: Artur Gruchała
Using Fastlane to simplify library release

Using Fastlane to simplify library release

3 years ago 3 min read XcodeTooling
Remember when I made a post about Publishing iOS framework made easy? I will try to further simplify the whole process by adding Fastlane to the mix. For our testing ground, we will
Read Now Read Later
Artur Gruchała
By: Artur Gruchała
Creating your own file template in Xcode

Creating your own file template in Xcode

3 years ago 3 min read XcodeSwift
A couple of years back I was working on a project structured with the MVVM pattern. We chose to structure our view models "Kickstarter style" [https://github.com/kickstarter/ios-oss/blob/
Read Now Read Later
Artur Gruchała
By: Artur Gruchała
Newer Posts
Page 5 of 10
Older Posts
© All rights reserved.
Artur Gruchała