Skip to content

Commit

Permalink
Updated selectedItem's getter to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunseo0404 committed Nov 22, 2015
1 parent aa361c5 commit c57b7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AKPickerView/AKPickerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public class AKPickerView: UIView, UICollectionViewDataSource, UICollectionViewD

// MARK: Readonly Properties
/// Readonly. Index of currently selected item.
private(set) var selectedItem: Int = 0
public private(set) var selectedItem: Int = 0
/// Readonly. The point at which the origin of the content view is offset from the origin of the picker view.
public var contentOffset: CGPoint {
get {
Expand Down

0 comments on commit c57b7fb

Please sign in to comment.