Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed May 24, 2017
2 parents f76cf43 + e4523b4 commit a125bcc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ tabViewController.bar.appearance = TabmanBar.Appearance({ (appearance) in
})
```

**Documentation for all the available appearance properties can be found here: [Appearance Docs](Docs/APPEARANCE.md).**
**Documentation for all the available appearance properties can be found here: [Appearance](Docs/APPEARANCE.md).**

### Advanced

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit

// MARK: - TabmanBar interaction appearance properties.
extension TabmanBar.Appearance {
public extension TabmanBar.Appearance {

public struct Interaction {
/// Whether user scroll is enabled on a scrolling button bar.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit

// MARK: - TabmanBar layout appearance properties.
extension TabmanBar.Appearance {
public extension TabmanBar.Appearance {

public struct Layout {

Expand Down
2 changes: 1 addition & 1 deletion Sources/Tabman/TabmanBar/Appearance/Appearance+State.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit

// MARK: - TabmanBar state appearance properties.
extension TabmanBar.Appearance {
public extension TabmanBar.Appearance {

public struct State {
/// The color to use for selected items in the bar (text/images etc.).
Expand Down
2 changes: 1 addition & 1 deletion Sources/Tabman/TabmanBar/Appearance/Appearance+Style.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit

// MARK: - TabmanBar style appearance properties.
extension TabmanBar.Appearance {
public extension TabmanBar.Appearance {

public struct Style {
/// The background style for the bar.
Expand Down
2 changes: 1 addition & 1 deletion Sources/Tabman/TabmanBar/Appearance/Appearance+Text.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import UIKit

// MARK: - TabmanBar text appearance properties.
extension TabmanBar.Appearance {
public extension TabmanBar.Appearance {

public struct Text {
/// The font to use for text labels in the bar.
Expand Down

0 comments on commit a125bcc

Please sign in to comment.