Skip to content

Commit

Permalink
Fixed issue where graphic context's indicationTitleColor wasn't used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaury DAVID committed Nov 4, 2019
1 parent 90bfeef commit e799a2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion StarsKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'StarsKit'
s.version = '0.4.0'
s.version = '0.4.1'
s.summary = 'StarsKit is a Swift library to simplify, customize and configure your app rating workflow.'

s.homepage = 'https://github.com/smartnsoft/StarsKit'
Expand Down
1 change: 1 addition & 0 deletions StarsKit/Classes/UI/Steps/StepViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public class StepViewController: UIViewController {
self.ibIndicatorLabel?.textAlignment = .center
self.ibIndicatorLabel?.text = self.coordinator?.step.indicatorTitle()
self.ibIndicatorLabel?.font = self.graphicContext.indicationTitleFont
self.ibIndicatorLabel?.textColor = self.graphicContext.indicationTitleColor

self.ibActionButton?.setTitle(self.coordinator?.step.actionTitle(), for: .normal)
self.ibActionButton?.tintColor = self.graphicContext.actionButtonTitleColor
Expand Down

0 comments on commit e799a2a

Please sign in to comment.