Skip to content

Releases: pixeldock/RxSwift-Xcode-Templates

Version 0.6.0

24 Nov 15:42
Compare
Choose a tag to compare

This release moves all setup methods in the ViewController and the ViewModel to a private extension.

Version 0.5.0

25 Oct 07:09
Compare
Choose a tag to compare

This release adds support for Xcode 9.

Thanks to Andrey for the contribution!

Version 0.4.0

12 Jan 09:41
Compare
Choose a tag to compare

I fixed the // MARK: syntax to silence SwiftLint warnings. The view controller's properties' access control has changed from private to fileprivate to make them accessible to extensions within the same source file.

The usage of these templates remains unchanged.

Version 0.3.0

04 Sep 16:39
Compare
Choose a tag to compare

I removed the scene specific apiClient because I hardly ever use api clients that are used in one scene only. Most of my apiClients are shared between scenes so it does not make sense to include them in the template.

The usage of these templates remains unchanged.

Version 0.2.0

24 Apr 09:39
Compare
Choose a tag to compare

After using these templates for a while now, I decided to adapt them a little. I remove the usage of RxViewModel and the command enums in the ViewModel class, because I do not really need them.

The usage of these templates remains unchanged.

Version 0.1.0

05 Mar 18:59
Compare
Choose a tag to compare
v0.1.0

Rename Rx setup methods to setupRx to be more consistent