diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f44e39..6e6c08b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +### 0.9.5 +- **Add**: `TitleType` enum, that defines `UIViewController`'s title type. +- **Add**: `UINavigationItem.largeTitleDisplayMode` property, that defines `UINavigationItem`'s large title display mode. +- **Add**: `UIViewController.updateNavigationItemTitle` method, that takes `TitleType` as a parameter and updates `UIViewController`'s title. + ### 0.9.4 - **Add**: initialization of `ApiRequestParameters`, that takes an array as a request parameter. - **Add**: `NetworkServiceConfiguration.apiRequestParameters` method, that creates `ApiRequestParameters` with array request parameter. diff --git a/LeadKit.podspec b/LeadKit.podspec index 5aa0ebbc..bcefe34f 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -44,6 +44,7 @@ Pod::Spec.new do |s| "Sources/Extensions/DataLoading/GeneralDataLoading/GeneralDataLoadingController+DefaultImplementation.swift", "Sources/Extensions/DataLoading/PaginationDataLoading/*", "Sources/Extensions/Support/UIScrollView+Support.swift", + "Sources/Extensions/Support/UINavigationItem+Support.swift", "Sources/Extensions/TableKit/**/*.swift", "Sources/Extensions/Array/Array+SeparatorRowBoxExtensions.swift", "Sources/Extensions/Array/Array+RowExtensions.swift", @@ -76,6 +77,7 @@ Pod::Spec.new do |s| "Sources/Extensions/NetworkService/NetworkService+ActivityIndicator-UIApplication.swift", "Sources/Extensions/DataLoading/PaginationDataLoading/*", "Sources/Extensions/Support/UIScrollView+Support.swift", + "Sources/Extensions/Support/UINavigationItem+Support.swift", "Sources/Extensions/TableKit/**/*.swift", "Sources/Extensions/UIKit/UIApplication/UIApplication+OpenUrlSupport.swift", "Sources/Extensions/UIKit/UIApplication/UIApplication+Cellular.swift",